文件名称:car_detection
文件大小:15.2MB
文件格式:ZIP
更新时间:2024-03-05 08:35:16
Python
汽车检测 先决条件 将克隆到与当前项目相同级别的目录中或在添加到Pythonpath之前在detect_car.py更改其路径: cur_path = ( Path ( os . getcwd ()) / __file__ ). parent yolov5_path = cur_path . parent / 'yolov5' 安装要求: pip install -r requirements.txt 运行检测器 在images/input添加文件并运行 python detect_car.py 检测结果将放置在images/output目录中。 也可以使用命令行参数设置路径: python detect_car.py --input < input-path > --output < output> 例子
【文件预览】:
car_detection-master
----car02.jpg(1.21MB)
----images()
--------input()
----car01.jpeg(82KB)
----train()
--------yolov5s.yaml(1KB)
--------train.sh(397B)
--------data.yaml(226B)
----test.sh(286B)
----requirements.txt(8B)
----detect_car.py(8KB)
----.gitignore(2KB)
----weights()
--------best.pt(14.09MB)
----README.md(686B)