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

question about the config of crowdpose #1

Closed
zouxuelian opened this issue Oct 21, 2021 · 3 comments
Closed

question about the config of crowdpose #1

zouxuelian opened this issue Oct 21, 2021 · 3 comments

Comments

@zouxuelian
Copy link

Hello, I am very interested in your work. Thank you for sharing such an excellent article. I have a question about the config of crowdpose. Why ROOT: 'data/coco/', TEST_SET: 'val2017' TRAIN_SET: 'train2017'?
TEST:
BATCH_SIZE_PER_GPU: 24

TRAIN_SET: 'train2017'

i think 'data/coco/' is 'data/crowdpose/'; TEST_SET: 'crowdpose_val2017' TRAIN_SET: 'crowdpose_train2017' ,Don't know if my understanding is correct

@rawalkhirodkar
Copy link
Owner

The config files for crowdpose have the same paths as coco config.
But these are overloaded while running. Please refer here.

We will release a documentation along with the model weights soon!

@zouxuelian
Copy link
Author

Thank you very much for your reply, I would like to ask, in the config
TEST:
BATCH_SIZE_PER_GPU: 32
COCO_BBOX_FILE: ""
Do you need to add this file in COCO_BBOX_FILE: "",
As shown below:
COCO_BBOX_FILE:'/media/zxl/E/zxl/coco_dataset/person_detection_results/COCO_val2017_detections_AP_H_56_person.json'

@rawalkhirodkar
Copy link
Owner

Yes, or you can overload via the shell script.

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