Replies: 3 comments
-
Yes, you just need to set Average Precision (AP) @[ IoU=0.50:0.95 | type= all | maxDets= 20 ] = 0.661 I will try |
Beta Was this translation helpful? Give feedback.
-
I have just tried Average Precision (AP) @[ IoU=0.50:0.95 | type= all | maxDets= 20 ] = 0.614 It seems that including 0.5 in the test scales is not always beneficial. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. For test_scale_factor=[2.0, 1.0, 0.5] i get the same results. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
first of all, thank you very much for reproducing the results on CrowdPose and publishing your model.
My question is do you have results for HigherHRNet w32 on the CrowdPose test split using multi-scale inference?
I tried to produce them by setting test_scale_factor=[2.0, 1.0, 0.5] in the val_pipline config, but the results are worse compared to single-scale inference, so I am not sure if I have done everything correct.
Beta Was this translation helpful? Give feedback.
All reactions