Usamah Jundi Abdillah

Results 5 comments of 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