添加状态分类和液面分割
This commit is contained in:
@ -4,8 +4,8 @@ if __name__ == '__main__':
|
||||
model = YOLO(r'/home/hx/yolo/ultralytics_yolo11-main/ultralytics/cfg/models/11/yolo11-obb.yaml')
|
||||
results = model.train(
|
||||
data='obb_data.yaml',
|
||||
epochs=1000,
|
||||
imgsz=1280,
|
||||
epochs=100,
|
||||
imgsz=640,
|
||||
batch=4,
|
||||
workers=10,
|
||||
device='0',
|
||||
|
||||
Reference in New Issue
Block a user