facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.12k stars 373 forks source link

adjusting sensitivty in pose detection #153

Closed Drom0s137 closed 2 years ago

Drom0s137 commented 2 years ago

I managed to run the demo but when running a custom video, I am getting a lot of noise. random corners are being recognized as poses and its annoying. Is there a way for me to change the sensitivity in the demo code for demo_bodymocap.py?

penincillin commented 2 years ago

@Drom0s137 Would you mind share your source images or videos to me ? So that I can check it for you. Otherwise, I suggest you to try to using off-the-shelf method to obtain body bbox. The suggested one are open-pose or some faster r-cnn based detectors.