mxnet-deepsort-yolo3

时间:2024-06-07 07:13:58
【文件属性】:

文件名称:mxnet-deepsort-yolo3

文件大小:89.82MB

文件格式:ZIP

更新时间:2024-06-07 07:13:58

Python

介绍 基于MXNet YOLO3的Deep-SORT实现的示例。 运行demo.py会生成错误检测到的图像,从而无法对YOLO3进行微调。 深度SORT实施主要基于和 快速开始 安装依赖项 $ pip install -r requirements.txt 将您自己的视频文件复制到文件夹中进行测试 使用BYO视频运行演示 $ python demo.py --src video.mp4 --out-dir images --fps 12 输出图像。 帧图像将与错误检测的对象一起存储到输出目录中。 $ ls images


【文件预览】:
mxnet-deepsort-yolo3-master
----.gitignore(2KB)
----README.md(684B)
----LICENSE(1KB)
----deep_sort()
--------kalman_filter.py(8KB)
--------nn_matching.py(5KB)
--------preprocessing.py(2KB)
--------track.py(6KB)
--------detection.py(1KB)
--------tracker.py(5KB)
--------linear_assignment.py(8KB)
--------__init__.py(27B)
--------iou_matching.py(3KB)
----requirements.txt(344B)
----tools()
--------generate_detections.py(3KB)
--------resnet.py(2KB)
--------__init__.py(0B)
----demo.py(5KB)
----video.mp4(993KB)
----model_data()
--------resnet50.params(95.87MB)

网友评论