部署文件+resize_cls+resize_seg

This commit is contained in:
琉璃月光
2025-09-11 20:44:35 +08:00
parent 471c718d42
commit a8d117af36
877 changed files with 1736 additions and 12534 deletions

View File

@ -1,7 +1,8 @@
from ultralytics import YOLO
if __name__ == '__main__':
model = YOLO(r'/home/hx/yolo/ultralytics_yolo11-main/ultralytics/cfg/models/11/yolo11-obb.yaml')
#model = YOLO(r'/home/hx/yolo/ultralytics_yolo11-main/ultralytics/cfg/models/11/yolo11-obb.yaml')
model = YOLO(r'/home/hx/yolo/ultralytics_yolo11-main/runs/train/exp_obb4/weights/last.pt')
results = model.train(
data='obb_data.yaml',
epochs=1000,