pytorch_Realtime_Multi-Person_Pose_Estimation
pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard
Hi tensorboy, I am using my own dataset to train from scrach, this dataset including animal keypoints(4 keypoints). I have trained model successfully(total loss:0.0476), but when I using demo to...
Thanks for starring [sourcery-ai/sourcery](/sourcery-ai/sourcery) ✨ 🌟 ✨ Here's your pull request refactoring your most popular Python repo. If you want Sourcery to refactor all your Python repos and incoming pull...
Hi, I try to change model from VGG19 to MobileNetV2. Although i found "rtpose_mobilenetV2.py" in "lib/network",but i'm not sure how to modify "train_VGG19.py" to training. Could you help me please...
Hello. I was trying to run your code, but got this ImportError. I'm using Windows 10. I followed this step "Compile the C++ postprocessing: cd lib/pafprocess; sh make.sh", it required...
Hi, Tensorboy! I want to use open pose model, but I don't have openpose.pkl file.. Where Can I get it? Thank you for your work!
Can't find "getData.sh" in readme.md how to get it?
Thanks! My email [email protected]
我在自己的电脑上完成了最后的训练,并且把过程的loss保存在了sql中,可是没有保存最后的optimizer参数。 如果重新训练一次成本对我来说太大,想请问您有完成训练的optimizer吗,如果有请问可以分享一下吗,谢谢。
Hi!, i'm curious of the mAP of your shufflenetV2 in openpose, can you share your model of it? and show about your results?
Hi author, I am just a curious how this model can achieve real-time inference? The model is so huge and the inference speed is very slow even on 3090.