Ying Xiang
Ying Xiang
stop or remove container ``` docker ps docker stop CONTAINER_ID_YOU_WANT_TO_STOP docker rm -f CONTAINER_ID_YOU_WANT_TO_STOP ```
Could you paste any error logs (using portainer or docker logs) when importing? I have using coco-annotator for 2 years, "Import COCO" works normally, maybe have some problem (num_annotations have...
@mo-alaa All id will mapping in COCO Annotator, so you don't have to handle it yourself and workflow of import is Category -> Image -> Annotation your progress at 52.3%,...
Make sure your json like this ```json { "licenses":[ { "id":1, "url":"http://creativecommons.org/licenses/by-nc-nd/4.0" } ], "info":{ "contributor":"OOO", "date_created":"OOO", "description":"OOO", "url":"OOO", "version":"0.1", "year":2021 }, "images":[ { "id":4, "dataset_id":1, "category_ids":[ ], "path":"/datasets/\u9ede\u77f3\u9f4b\u5716\u7247/0002\u8f15\u5165\u91cd\u5730.jpg", "width":1762,...
seems like new users has not "last_seen" data, that lead to error... I'll create pull/request after I have time to check code is correct. 😭😭😭 You can try to edit...
check out **coco-annotator_mongodb_data** volume is exist? if not... sorry, data is gone backup mongodb guide ``` docker ps docker exec -it MONGODB_CONTAINER_ID sh mongodump exit docker cp CONTAINER_ID:/dump ./BACKUP_FOLDER ```
https://labs.play-with-docker.com/ You can try using Docker build website by above service 1. Login by docker-hub account 2. Click Start 3. Click Add new instance 4. Paste above code ``` git...
You can click setting button to modify METADATA at annotating page.
訊息太少,有沒有terminal噴出的錯誤訊息。 我猜圖片沒放對資料夾,要放在 "coco-annotator/datasets/你的資料集名稱" 如果不太會操作docker,不清楚怎麼看logs 用以下指令對docker容器進行管理 docker run -d -p 9000:9000 --restart=always --name portainer -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer 去網頁中輸入 localhost:9000,會有一個網站可以用,可找 portainer 的相關教學
I encountered the same issue on a Mac, and I have already resolved it. However, I haven't tested it on Windows. Here is some information for your reference. - windows...