-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
…
-
I have a simple question that I would like the author to answer. Why is the map calculated by yolo different from the map calculated by pycoctools。
![iShot_2024-01-05_18 07 07](https://github.com/Won…
-
Hi
Thank you for the amazing repo. I want to know why there is different output computation between training and testing. `self.get_output_and_grid` changes the output.
What are `origin_preds, x_s…
-
Here is a sample label file:
0 0.643712 0.548266 0.0960109 0.057663 0.595707 0.519435 2 0.646533 0.526217 2 0.682304 0.548261 2 0.691717 0.577098 2
5 0.547212 0.54338 0.0545761 0.0753696 0.51992…
-
![Execution error](https://user-images.githubusercontent.com/30176991/80369578-791d7880-88c9-11ea-965c-4a0108f75c09.png)
OS: Window 10 (x64)
cuda: 10.2
cudnn: 10.1
-
Hi! I am currently trying your repo for converting a yolo v8 model (yolov8n.pt) using a Jetson Xavier NX. I have converted the model to engine file and tying the inference but there is no detection al…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Pred…
-
使用的OpencvSharp4绘制的, 代码如下, 是SKBitmap坐标系的问题吗
```cs
var yolo = new Yolov8("box.onnx", false);
yolo.SetupLabels(new string[] { "box" });
Mat mat = new Mat(dialog.FileName);//AppDomain.CurrentDomain.…
-
I tried to run [Ultralytics](https://github.com/ultralytics/ultralytics) using the most recent release.
Minimal example to reproduce:
```python
from ultralytics import YOLO
import pytorch_ocl
…
-
### 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…