1. 首页
  2. 数据库
  3. 其它
  4. car_detection 源码

car_detection 源码

上传者: 2021-02-23 08:09:45上传 ZIP文件 15.2MB 热度 14次
汽车检测 先决条件 将克隆到与当前项目相同级别的目录中或在添加到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
用户评论