-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about testing #5
Comments
Could you please check the |
Thanks for the reply. But sorry I can't find the mAP in the log. My log is below. 2020-12-07 16:51:12,290 Namespace(cfg='experiments/deepfashion2/hrnet/w48_384x288_adam_lr1e-3.yaml', dataDir='', logDir='', modelDir='', opts=['TEST.MODEL_FILE', 'work_dir/save/models/pose_hrnet-w48_384x288-deepfashion2_mAP_0.7017.pth', 'TEST.USE_GT_BBOX', 'True'], prevModelDir='') In the keypoints_validation_results_0.json file, there is only scores for every image. |
Since the |
@ousinkou were you able to resolve the issue since my log looks exactly as yours. |
fixed vis bugs:
|
I'm unable to understand point-2. Can you provide your vis.py? |
all codes like this: modified: and ofcourse codes related: point-2 fixed the bug occurred only when multi debug save_image switches opened |
@moranxiachong Thanks. It worked. |
@AstitvaSri Unable to understand point-1? |
@moranxiachong Unable to understand point 1. |
@Gzzgz Are you able to solve this issue? It seems the key-points are affine transformed. |
Seems this works: In vis.py
|
I test the checkpoint, using the command in Readme.
python tools/test.py
--cfg experiments/deepfashion2/hrnet/w48_384x288_adam_lr1e-3.yaml
TEST.MODEL_FILE models/pose_hrnet-w48_384x288-deepfashion2_mAP_0.7017.pth
TEST.USE_GT_BBOX True
I open the debug switch in config file, and the saved image result is very bad. Any show problem?
The text was updated successfully, but these errors were encountered: