cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012

Home Page:http://mit.edu/vondrick/vatic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Width and height are swapped when exporting in pascal format

johanms opened this issue · comments

Is there any reason for doing this, or just a bug?

vatic/cli.py

Line 933 in 3fc6f88

file.write("<height>{0}</height>".format(video.width))

I found this bug too and it takes me nearly a week hard work to realize that there is something wrong with my data set. :(

Please contrib branch merge to master.