SixK
SixK
Ok, sorry, my bad. As I was running with docker-compose.dev.yml, I have an extra container because frontend is run appart with vue-cli server (or vite serve in my case). So...
OK, I think I've found what's wrong. Coco-annotator is looking for font-awesome.min.css file on cdns.cloudflare.com. In your case, without intenet on your server you can proceed like this: Start docker...
Ok docker commit with option -t does not exists (-t is not necessary in fact) AMQP heartbeat error is not really a problem, I think I have the same error...
I followed the instructions I gave you and I have the same behavior than you. --> annotator_webclient exited with code 0 I have to understand what's wrong.
OK, fixed, and tested this time :) My procedure was nearly good, but you have to work on container mounted by docker-compose. If running image with "docker run -it jsbroks/coco-annotator:webserver-stable...
No, It should be ok now. I tested it again using my modified image and removing my network cable, and it works. start application with docker-compose up connect in annotator_webclient...
You need to click on "Label" to change default name, else Label is considered empty and keypoint is not saved. You can also delete a Keypoint line like this, empty...
To avoid problems, the best is to create a script to remap your categories id once you have exported annotations. Here is what a chatgpt tool like say to do...
As said in README.md of the project, python werkzeuk3 module introduced a breaking change on password hash type. You will have to migrate each user account one by one using...