Skip to content

通过远程连接实现多人同时标注数据集

License

Notifications You must be signed in to change notification settings

LSH9832/CoLabel

Repository files navigation

CoLabel Version0.1.0

You can download release file for directly use.

Quick Start

  • for Windows
################################################
# full label tool
################################################
pip install -r requirements.txt
python colabel.py


################################################
# provide service only
################################################
pip install flask lxml
# params                   host   |  port  |    user    | password | dataset root path 
# default                0.0.0.0  | 12345  |   admin    |   admin  |    ./images
python image_server.py -ip 0.0.0.0 -p 12345 -u username -k password -r ./images
  • for Linux
################################################
# full label tool
################################################
pip3 install -r requirements.txt
python3 colabel.py


################################################
# provide service only
################################################
pip3 install flask lxml
python3 image_server.py -ip 0.0.0.0 -p 12345 -u username -k password -r ./images

About

通过远程连接实现多人同时标注数据集

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages