vatic icon indicating copy to clipboard operation
vatic copied to clipboard

couldn't enter vatic again

Open AndyTang15 opened this issue 8 years ago • 11 comments

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 avatar Nov 03 '16 13:11 AndyTang15

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

AndyTang15 avatar Nov 06 '16 06:11 AndyTang15

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 avatar Nov 09 '16 00:11 fucusy

➜ 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 avatar Nov 09 '16 01:11 fucusy

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

fucusy avatar Nov 09 '16 01:11 fucusy

@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

AndyTang15 avatar Nov 09 '16 02:11 AndyTang15

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 avatar Nov 09 '16 13:11 fucusy

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

AndyTang15 avatar Nov 09 '16 13:11 AndyTang15

thanks, got it

fucusy avatar Nov 09 '16 14:11 fucusy

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 avatar Jan 19 '17 06:01 AkarshNKolekar

@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

TanFluent avatar Aug 22 '17 13:08 TanFluent

@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.

uzbhutta avatar Oct 26 '18 18:10 uzbhutta