-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I am following this [tutorial ](https://github.com/roboflow/notebooks/blob/main/notebooks/train-yolov10-object-detection-on-custom-dataset.ipynb)to train a model on custom dataset.
I downloaded wei…
-
-
Hi sir, what is the recommended yolov8 version for implementing in my Android phone? Or decide on anything?
-
通过以下安装8.2.11版本ultralytics
conda create --name yolov8 python=3.11
conda activate yolov8
pip install ultralytics==8.2.11 onnx numpy protobuf ncnn
使用以下改出官方的yolov8n为ncnn
from ultralytics import YOLO
…
-
### Branch
noetic-devel
### Question
After multiple attempts to modify yolov8n-seg.pt and voxel_leaf_size, the 3D bounding boxes still do not display. I am using kitti-track_with_cloud.launch, and …
-
Hello,
can the yolov8-obb model be exported as a CoreML model for use in IOS? I tried to export the model, but only when the yolov8n model uses the parameter 'nms=True' when exporting coreml, can …
-
Hi there!
I'm struggling with yolov8n model porting to rk3568.
I use this code to convert model to onnx format
```python
from ultralytics import YOLO
# Load a model
model = YOLO("yolov8n.pt"…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…