COCO-ANNOTATOR 使用心得(指令)

 !!!start up COCO-ANNOTATOR server!!!

docker-compose up


!!!stop COCO-ANNOTATOR server!!!

docker-compose down


delete all containers:

docker rm $(docker ps -a -f status=exited -q)


delete all images:

docker rmi $(docker images -a -q)


Deleting all the volumes:

docker volume prune


If you don't want to delete all the Docker volumes on your computer, you can search for a specific one and deleting it:

docker volume ls

docker volume rm <name_of_volume>


under datasets folder: allow access in file

chmod 777 *


留言

這個網誌中的熱門文章

在windows 10上安裝mmdetection