cvondrick / vatic

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

couldn't enter vatic again #55

Open AndyTang15 opened 7 years ago

AndyTang15 commented 7 years ago

Hi, I've got a problem while using vatic. I successfully published one video several days ago, but when I want to modify some annotation again, it was stuck as shown below. does anyone have the same problem with me?

1155145922

Thank you so much!

AndyTang15 commented 7 years ago

Finally I've solved the problem. open terminal on the files of extracted frames, and tap: chmod 777 -R . Then Vatic will work well.

fucusy commented 7 years ago

how can you make this work locally? I have installed all dependencies of vatic, but I do not know how to begin to annotate video. I have published video by turkic and I visited http://localhost:8088/, got Welcome to vatic message. http://localhost:8088/server , got "Error 404 Action undefined."

fucusy commented 7 years ago

➜ vatic git:(master) ✗ turkic status Configuration: Sandbox: False Database: mysql://root:password@localhost/vatic Localhost: http://localhost:8088

Status: Available: 1 Published: 0 Completed: 0 Compensated: 0 Remaining: 0

Server is offline.

fucusy commented 7 years ago

after run turkic publish --offline the status is the same. and fail to run turkic publish

AndyTang15 commented 7 years ago

@fucusy when you load video, try to add "--offline" as well, e.g. turkic load id ../output/f_video1 Person ~Male ~Female Label2 ~Attribute1 --offline

fucusy commented 7 years ago

I successfully see the annotate web interface, but how can I finish the annotation job. so that I can dump my annotation result. and now every time I run turkic status, it outputs Completed: 0, like below

➜ vatic git:(master) ✗ turkic status Configuration: Sandbox: False Database: mysql://root:password@localhost/vatic Localhost: http://localhost:8088

Status: Available: 1 Published: 0 Completed: 0 Compensated: 0 Remaining: 0

AndyTang15 commented 7 years ago

@fucusy when you finish annotating, click the botton 'save work', then you can dump

fucusy commented 7 years ago

thanks, got it

AkarshNKolekar commented 7 years ago

Can you please let us know how you managed to open the annotation web interface? The links generated after 'turkic publish --offline' open a webpage with the message 'Server Error'. @fucusy

TanFluent commented 7 years ago

@AkarshNKolekar when run the "turkic publish --offline",you will get "http://localhost/?id=1&hitId=offline". You should replace "localhost" with "you ip:port" suck as "http://127.0.0.1:8111/?id=3&hitId=offline". And paste this url on you explorer ,and that's it

uzbhutta commented 6 years ago

@AkarshNKolekar & @fucusy, I am also facing the webpage with message "Server Error" when I access the links generated by "turkic publish --offline". When I go to http://localhost/, I see the "Welcome to Vatic" box.

@TanFluent I tried your suggestion, but no success.

Any help would be appreciated.