Skillnoob

Results 104 comments of Skillnoob

@dhrhkddns This code works fine on my machine: ```python from ultralytics import YOLO model = YOLO('yolov10n.pt') model.export(format='openvino') model = YOLO('yolov10n_openvino_model/') model.predict() ``` Can you try reinstalling ultralytics in a `venv`...

@qingchengleiqing @1485995573 The latest version of Ultralytics can perform training for all the YOLO versions you mentioned. You do not need to install a specific Ultralytics version. You can find...

1. Its not ultralytics's decision to make if yolov11 gets made, some researcher is probably already working on it 2. The models are with a imgsz of 640 because coco...

@geoxpert0001 1. It is very likely that there are researchers working on a new generation of the YOLO models, but Ultralytics does not own YOLO so it has no control...