Replies: 6 comments 2 replies
-
Yes, it is possible. We did not explicitly restrict the output to be [0, 1]. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response! Is there any way to know the boundary confidence value of a specified model? |
Beta Was this translation helpful? Give feedback.
-
Most our models are trained using "MSRA-type" encoding and decoding methods for heatmaps. The values of heatmaps are between [0, 1] during training. I guess that is why the output of RSN will exceed 1. |
Beta Was this translation helpful? Give feedback.
-
In your assumption, the confidences of RSN exceed 1 imply that the intermediate results during decoding exceed 255. Is it possible to dump the intermediate results during decoding? |
Beta Was this translation helpful? Give feedback.
-
Yes, we can obtain the heatmaps. mmpose/demo/top_down_img_demo.py Line 98 in 2a0a2d2 |
Beta Was this translation helpful? Give feedback.
-
Can you refer to a paper where is the "Megvii-type" encoding and decoding method described? |
Beta Was this translation helpful? Give feedback.
-
I ran the demo script to run mmdet for human detection, and mmpose for pose estimation. I have tried two models and printed the poseResults. The results made me confused.
The first model is 3xrsn_50, the poseResults showed as below:
The second model is 4xmspn_50, and the poseResults showed as below:
The keypoint confidences of these two models are more than 1.
Is there any problem with the result?
If there is no problem, how could we know the range of the confidence?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions