Open chaytonmin opened 4 years ago
I find that the results of RCNN (demo.py) and openpose (inference.py) are different, and the result with openpose is even worse than RCNN. Could you tell me the reason for this phenomenon and which one do you recommend to use for testing?
did you run successfully? I meet some problem, can you give me some ideas
@chaytonmin Do you have some specific example? The results will change due to the different boxes. Sometime the RCNN might give you a partial body detection, e.g. a lower body, for which the model has not been trained. I would recommend using full body crops for the best performance.
Do you have the training code for this paper? Can you share it with me? This is my email address 1654617276wj@gmail.com,Thank you very much.!
I find that the results of RCNN (demo.py) and openpose (inference.py) are different, and the result with openpose is even worse than RCNN. Could you tell me the reason for this phenomenon and which one do you recommend to use for testing?