cvondrick / vatic

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

How to Open Annotation Web Interface on Local Host #63

Open AkarshNKolekar opened 7 years ago

AkarshNKolekar commented 7 years ago

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

sagartesla commented 7 years ago

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.