You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

363 B

使用方法

git clone http://192.168.0.51:3000/wangchunlin/DLWeb cd DLWeb && git submodule update --init --depth=1 (下载yolov5的库库很大加上--depth=1,否则有1G) cd learn/yolov5 && pip install -r requirements.txt (安装大多数python库其他的报一个装一个) cd ../../ && python manage.py runserver 0.0.0.0:8000