coco-ui
coco-ui copied to clipboard
Documentation
Hello, A quick question, is there any documentation/demo about the UI ? It would be helpful to get started. Thank you
I second @UCLGuichard!
Demo how to use this anno tools: Step 1. git clone https://github.com/tylin/coco-ui.git Step 2. Download and install node.js (brew install node.js on MacOSX) Step 3. Install the http-server module for node.js ( npm install http-server -g) Step 4. http-server ./coco-ui Step 5. using this URL in the browser: http://localhost:8080/tasks
Done.....
Thanks for providing the solution. Alternatively, you can use PyCharm to edit html files. It will create a local server for you.
Is there a local annotation tool version such that I can annotate my small dataset?
@wangzhangup, @tylin pycharm requires a .py file with Flask or some other package of the sort. But the only 2 python files available are hard coded to work with Amazon instances. Could you please point out what to look for so I can run on localhost? What am I missing to able to store the labels on my disk?