Open AndyTang15 opened 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.
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."
➜ 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.
after run turkic publish --offline
the status is the same.
and fail to run turkic publish
@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
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
@fucusy when you finish annotating, click the botton 'save work', then you can dump
thanks, got it
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
@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
@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.
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?
Thank you so much!