Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couldn't enter vatic again #55

Open
AndyTang15 opened this issue Nov 3, 2016 · 11 comments
Open

couldn't enter vatic again #55

AndyTang15 opened this issue Nov 3, 2016 · 11 comments

Comments

@AndyTang15
Copy link

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
Copy link
Author

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
Copy link

fucusy commented Nov 9, 2016

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
Copy link

fucusy commented Nov 9, 2016

➜ 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
Copy link

fucusy commented Nov 9, 2016

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

@AndyTang15
Copy link
Author

@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
Copy link

fucusy commented Nov 9, 2016

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
Copy link
Author

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

@fucusy
Copy link

fucusy commented Nov 9, 2016

thanks, got it

@AkarshNKolekar
Copy link

AkarshNKolekar commented Jan 19, 2017

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
Copy link

@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
Copy link

uzbhutta commented Oct 26, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants