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

Result table for keypoint detection #32

Open
kcs6568 opened this issue Jul 17, 2023 · 1 comment
Open

Result table for keypoint detection #32

kcs6568 opened this issue Jul 17, 2023 · 1 comment

Comments

@kcs6568
Copy link

kcs6568 commented Jul 17, 2023

Thank you for your excellent project!

I'm training the keypoint RCNN network implemented in torchvision by scaling the image to the size denoted in object detection result tables.

I know the size of input image between simplebaseline2D and networks of RCNN family(faster, mask, etc.) is different.

I'd like to know how to scale the input image size for minicoco dataset in the keypoint detection experiment using a simplebaseline2D network.

Despite using different networks, is the same size between the object detection task and the keypoint detection task?

Thanks in advance!

@giddyyupp
Copy link
Owner

Hello, we trained pose estimation models using MMPose. So for each method you could check the corresponding config file to see what the image size is to train the models.

For SimpleBaseline2D, we resized the image to 256x192 pixels for training.

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