microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.27k stars 833 forks source link

the value of width and height are reversed in json output #1013

Open yuchen3279 opened 3 years ago

yuchen3279 commented 3 years ago

Currently, I am doing my labeling work in Vott.
When I take a look at the JSON file, found out that the height and width value is only flipped for a few images in my project, not all. Any ideas why the value of some images' width and height are reversed in JSON output, and how to solve that? Thank you, Yu