Releases: LSH9832/CoLabel
Releases · LSH9832/CoLabel
CoLabel v0.1.0
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 ./imagesif 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