AruniRC / detectron-self-train

A PyTorch Detectron codebase for domain adaptation of object detectors.
MIT License
118 stars 21 forks source link

Do the 'width' and 'height' in json need to swap? #13

Open hixiaye opened 5 years ago

hixiaye commented 5 years ago

Thanks for you code! I found the "width" and "height" in json are 720 and 1280. However, the image size is 1280 (width) x 720 (height). Is there anything wrong in json? thanks