-
### 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 simi…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Using CVAT as an annotation tool, when running ‘export task dataset” in two different formats, then converting to yolo using JSON2YOLO we get the following results:
CVAT file. Label file…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
将pt-to-onnx中的第三行代码改成:
success = model.export(format = "onnx", imgsz = 320, half = True, opset = 12)
或者opset=11或13
方法来源于【yolov8 最新版本 安卓 ncnn 部署 Android onnx模型转换ncnn】https://www.bilibili.com/video/BV…
-
### 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…
-
使用的OpencvSharp4绘制的, 代码如下, 是SKBitmap坐标系的问题吗
```cs
var yolo = new Yolov8("box.onnx", false);
yolo.SetupLabels(new string[] { "box" });
Mat mat = new Mat(dialog.FileName);//AppDomain.CurrentDomain.…
-
不知道新的yolov8训练模型怎么样
-
https://github.com/computervisioneng/train-yolov8-custom-dataset-step-by-step-guide/blame/072ab07581d47fec826378529aa6791264c0eb1c/local_env/predict_video.py#L14
-
Hello,
I have a yolov8 model that I converted to engine.
With the fp32 engine, the engine works good for inference and detect very well the object.
/usr/src/tensorrt/bin/trtexec \
--on…