2025-06-28 17:11:15 +08:00

14 lines
897 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# YOLO_LABEL 数据集采集
> written by Tunitor
1. 下载yolo_label压缩包
2. 新建文件夹YOLO将yolov1.2.1置入该文件夹在该文件夹内部新建extracted_frames
3. 在deepseek中输入我有个视频希望抽帧每三帧抽一张图我用的还是windows帮我写一个可以运行的python代码
4. 将该python代码置入YOLO文件夹底下
5. 连接摄像机录制视频将视频置于YOLO文件夹底下录制视频时必须要用无人机上实际检测物体的摄像机进行录像
6. 在yolov1.2.1文件夹中新建一个samples文件夹在内部新建extracted_frames文件夹在内部新建一个names.txt文件
7. names.txt文件中写出图片中含有的特征图像的所有类别比如要识别ABC就从上往下写ABC
8. 标数据集
> 参考该网站,压缩包从中下载: https://github.com/developer0hye/Yolo_Label