【尝试】在macOS上安装cvat
参考链接:
https://www.cvat.ai/resources/blog/how-to-install-cvat-on-mac
https://docs.cvat.ai/docs/administration/basics/installation/
安装前准备,需要有docker环境及git:
从github上拷贝CVAT
git clone https://github.com/cvat-ai/cvat
cd cvat
运行 docker 容器
docker compose up -d
首次登录,创建超级管理员账号
docker exec -it cvat_server bash -ic 'python3 ~/manage.py createsuperuser'
检查是否运行成功
docker logs -f cvat_server
登录