cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012
http://mit.edu/vondrick/vatic/
MIT License
603 stars 255 forks source link

height and width inverted in dumppascal #57

Open gaetanocalabrese opened 7 years ago

gaetanocalabrese commented 7 years ago

cli.py line 933

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