chaneyddtt / UDA-Animal-Pose

MIT License
102 stars 12 forks source link

Confusion about get_cropped_TigDog.py #14

Closed davidpengiupui closed 2 years ago

davidpengiupui commented 2 years ago

Thank you so much for your code and work! I've got a question about the get_cropped_TigDog.py and really need your help. In line 108-124 you rescale the images to 1.25 and then save them, but I didn't see the corresponding adjustments to the annotations and where these annotations are saved. Could you please give me some instructions?

chaneyddtt commented 2 years ago

Hi @davidpengiupui, we do not need to adjust the annotations because we do not use the ground truth keypoints during training. During testing, the keypoints are adjust accordingly using the 'c' and 's' in the real_animal_all.py

davidpengiupui commented 2 years ago

Thank you for your explanation!