JitengMu / Learning-from-Synthetic-Animals

Learning from Synthetic Animals (CVPR2020, oral)
GNU General Public License v3.0
63 stars 12 forks source link

Potential part indexing mistake in Tiger dataset? #10

Closed wangkaihong closed 2 years ago

wangkaihong commented 2 years ago

Hi!

Thanks for sharing this interesting work! I would like to double-check about a potential part indexing mistake when I browsed your data generating code and dataloaders:

image

Would you please clarify if "2573" and "2679" are in the wrong order? Cause I found in Horse's dataloader that the order remains the same:

image

Thanks!

JitengMu commented 2 years ago

Hi, thanks for your interest in our work. The kp_18_id in the data_generation file is just for checking if there are enough key points visible and through away images with few visible key points. So the order should not matter. The CCSSL file determines what the model learns.

image
wangkaihong commented 2 years ago

Thanks for the clarification!