coco-ui icon indicating copy to clipboard operation
coco-ui copied to clipboard

Documentation

Open RolandMacDoland opened this issue 7 years ago • 5 comments

Hello, A quick question, is there any documentation/demo about the UI ? It would be helpful to get started. Thank you

RolandMacDoland avatar Oct 06 '17 15:10 RolandMacDoland

I second @UCLGuichard!

bradyhunt avatar Oct 11 '17 02:10 bradyhunt

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

wangzhangup avatar Apr 09 '18 17:04 wangzhangup

Thanks for providing the solution. Alternatively, you can use PyCharm to edit html files. It will create a local server for you.

tylin avatar Apr 09 '18 17:04 tylin

Is there a local annotation tool version such that I can annotate my small dataset?

GuoxiaWang avatar Apr 19 '18 05:04 GuoxiaWang

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

slothkong avatar Jul 08 '18 20:07 slothkong