car_detection 源码
汽车检测 先决条件 将克隆到与当前项目相同级别的目录中或在添加到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目录中。 也可以使用命令行参数设置路径: pyt
文件列表
car_detection-master.zip
(预估有个14文件)
car_detection-master
car02.jpg
1.21MB
images
input
car02.jpg
942KB
amb01.jpg
38KB
car01.jpeg
41KB
car01.jpeg
82KB
train
yolov5s.yaml
1KB
暂无评论