coco-annotator icon indicating copy to clipboard operation
coco-annotator copied to clipboard

Datasets at coco Annotator are gone

Open Bai426 opened this issue 3 years ago • 1 comments

Hi, all, I created some datasets in coco annotator with labels, but there are all gone. Why? How can I recover them? Please let me know, Thanks!

Bai426 avatar Sep 07 '21 02:09 Bai426

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

geminixiang avatar Dec 15 '21 16:12 geminixiang