Usamah Jundi Abdillah
Usamah Jundi Abdillah
If people are interested, i wrote some code to port the existing .pth weights into a [keras version of the model](https://github.com/usamahjundia/Keras-LSC-CNN), although it doesnt support batch predictions for now, only...
> > You can try to use my fork : > > https://github.com/vlad3996/lsc-cnn > > How do I get the count of people ? Does it return somewhere ? it...
@caloc hi, im interested in using this method with bottom up methods like openpose too. Since openpose is bottom up, did you use the keypoints from openpose to construct the...
i would suggest loading the state dict and print the keys of the weights. Most probably since the authors used multigpu training (dataparallel module) , the pretrained weights keys have...
are you using tf2? this happens when i used tf2, changing to tf 1.15.0 solved the problem for me reason unknown
i know this is extremely late, but hopefully this will be useful for others you can use the coordinates of the joints in a pose and take 4 extreme values...
could it be that for the case of bad bbox (xmin = xmax or ymin=ymax) it's because the head is so small, that it is only marked with a singular...