Skip to content
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

Cannot evaluate results on CrowdPose datatset #102

Open
calmiLovesAI opened this issue Apr 16, 2022 · 1 comment
Open

Cannot evaluate results on CrowdPose datatset #102

calmiLovesAI opened this issue Apr 16, 2022 · 1 comment

Comments

@calmiLovesAI
Copy link

hello, Thanks for your work. I've trained HigherHRNet on CrowdPose dataset, but when I evaluate my model on the test set by using the command python tools/valid.py --cfg xxx.xml TEST.MODEL_FILE xx.pth.tar, The program seems to be stuck.

Number of Layers
Conv2d : 302 layers   BatchNorm2d : 301 layers   ReLU : 270 layers   Bottleneck : 4 layers   BasicBlock : 108 layers   Upsample : 28 layers   HighResolutionModule : 8 layers   ConvTranspose2d : 1 layers   
=> loading model from models/model_best.pth.tar
loading annotations into memory...
Done (t=0.55s)
creating index...
index created!
=> classes: ['__background__', 'person']
@yyruby
Copy link

yyruby commented May 30, 2023

hello, Thanks for your work. I've trained HigherHRNet on CrowdPose dataset, but when I evaluate my model on the test set by using the command python tools/valid.py --cfg xxx.xml TEST.MODEL_FILE xx.pth.tar, The program seems to be stuck.

Number of Layers
Conv2d : 302 layers   BatchNorm2d : 301 layers   ReLU : 270 layers   Bottleneck : 4 layers   BasicBlock : 108 layers   Upsample : 28 layers   HighResolutionModule : 8 layers   ConvTranspose2d : 1 layers   
=> loading model from models/model_best.pth.tar
loading annotations into memory...
Done (t=0.55s)
creating index...
index created!
=> classes: ['__background__', 'person']

make the cfg.TEST.LOG_PROGRESS to be ture, and you can see the progress bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants