microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the value of width and height are reversed in json output

yuchen3279 opened this issue · comments

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