Skip to content

Releases: LSH9832/CoLabel

CoLabel v0.1.0

26 Jul 19:15
73fe0c7

Choose a tag to compare

CoLabel v0.1.0 Pre-release
Pre-release

Windows

  • label tool: colabel.exe(usage: double click and open)
  • basic server: image_server.exe(usage: open cmd and input the following command)
# params             host   |  port  |    user    | password | dataset root path 
# default          0.0.0.0  | 12345  |   admin    |   admin  |    ./images
image_server.exe -ip 0.0.0.0 -p 12345 -u username -k password -r ./images

if you want to close basic server, please open taskmanager, find it and then force to close it.

Linux(Ubuntu18.04, 20.04)

  • label tool: colabel
  • basic server: image_server.exe
./colabel     # open label tool
./image_server -ip 0.0.0.0 -p 12345 -u username -k password -r ./images    # launch basic service