简单的模型测试界面
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.
 
 
 
 
 
 
wangchunlin cae2871244 修正rectangle 的float错误 3 years ago
HelloWorld first 4 years ago
ImageDetect 加入塔吊 4 years ago
learn 修正rectangle 的float错误 3 years ago
.gitignore 加入外破m模型,加入gitignore 3 years ago
.gitmodules 修改了模型和检测类别的选择,是一次大改 3 years ago
README.MD 修改readme 4 years ago
manage.py first 4 years ago
requerment.txt first 4 years ago
如何更新子模块yolov5.txt 更详细的说明 3 years ago

README.MD

使用方法

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

Hello World~ 😄😄😄