ComView/test.py
fly6516 20b660c943 feat(datasets): 添加新的训练数据标签
- 在 datasets/train/labels 目录下新增了多个标签文件
- 文件命名格式为:视频ID-帧序号.jpg.rf.哈希值.txt
-标签内容包括物体类别和位置信息,用于训练目标检测模型
2025-05-29 19:59:57 +08:00

5 lines
96 B
Python

from ultralytics import YOLO
model = YOLO("yolov12s.yaml")
print("Model loaded successfully!")