tylin / coco-ui

MS COCO Annotation UIs
Other
153 stars 31 forks source link

Documentation #3

Open RolandMacDoland opened 7 years ago

RolandMacDoland commented 7 years ago

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

bradyhunt commented 7 years ago

I second @UCLGuichard!

wangzhangup commented 6 years ago

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

tylin commented 6 years ago

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

GuoxiaWang commented 6 years ago

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

slothkong commented 6 years ago

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