cvondrick / vatic

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

turkic publish --offline links not work with always downloading #72

Closed yang-fei closed 7 years ago

yang-fei commented 7 years ago

I finally installed vatic and import and load the video. I use offline option for both loading video and publishing video. And the command "turkic publish --offline" gives out many links as below:

hosery@xin:~/tools/label_video/vatic$ turkic publish --offline http://localhost/?id=1&hitId=offline http://localhost/?id=2&hitId=offline http://localhost/?id=3&hitId=offline http://localhost/?id=4&hitId=offline http://localhost/?id=5&hitId=offline http://localhost/?id=6&hitId=offline http://localhost/?id=7&hitId=offline http://localhost/?id=8&hitId=offline

When open any of these in browser, it just show "Downloading the video ....." with always 0%

I don't know what the problem is. I also checked issue #28 turkic publish offline mode outputs some rubbish links [#28] That discussion is not my case.

Anyone can help me?

yang-fei commented 7 years ago

my problems solved. there is no problem. It seems thtat my video is too big. once I split my video into small parts it worked.

there is another issue similar to my problem as: #68