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.
|
|
3 years ago | |
|---|---|---|
| HelloWorld | 4 years ago | |
| ImageDetect | 4 years ago | |
| learn | 3 years ago | |
| .gitignore | 3 years ago | |
| .gitmodules | 3 years ago | |
| README.MD | 4 years ago | |
| manage.py | 4 years ago | |
| requerment.txt | 4 years ago | |
| 如何更新子模块yolov5.txt | 3 years ago | |
README.MD
使用方法
- git clone http://192.168.0.51:3000/wangchunlin/DLWeb.git
- cd DLWeb && git submodule update --init --recursive --depth=1 (下载yolov5的库,库很大,加上--depth=1,否则有1G)
- cd learn/yolov5 && pip install -r requirements.txt (安装大多数python库,其他的报一个装一个)
- cd ../../ImageDetect && mkdir build && cd build
- cmake .. && make
- cd ../../ && python manage.py runserver 0.0.0.0:8000