vatic icon indicating copy to clipboard operation
vatic copied to clipboard

How to Open Annotation Web Interface on Local Host

Open AkarshNKolekar opened this issue 8 years ago • 1 comments

After publishing the task offline, how do I open the web interface to begin annotation of the video frames uploaded?

AkarshNKolekar avatar Jan 19 '17 06:01 AkarshNKolekar

On your localhost (where your VATIC server is running) find your ip address -> ifconfig eg. if this is your ip address: 10.1.110.155

Using turkic publish --offline Find url: eg. http://localhost/?id=1&hitId=offline

replace localhost with ip address: http://10.1.110.155:8080/?id=1&hitId=offline

Thats all. Now you can use this url on any other machine.

sagartesla avatar Jul 25 '17 12:07 sagartesla