RodrigoGantier / Mask_R_CNN_Keypoints

The original code is from "https://github.com/matterport/Mask_RCNN"
127 stars 47 forks source link

how to get the dataset? && how to run the inference phase? #11

Closed chenzhaiyu closed 5 years ago

chenzhaiyu commented 6 years ago

Thanks for your sharing. I have two questions about your project:

  1. I see the dataset specified in the README.md refers to https://challenger.ai/competition/keypoint/subject, provided by the host of a competition, and registration for the competition is required to acquire the dataset. However, the competition is outdated (2017) and no longer accept registration. How can I get the compatible dataset?

  2. I'm confused with the inference phase in you main.py. Is there any easy way I run only the inference phase using the pretrained model?