-
```python
#-- coding:utf8 --
import MNN
import MNN.numpy as np
import MNN.cv as cv2
def inference(model, img, precision, backend, thread):
config = {}
config['precision'] = precision
…
-
The device I'm using is a Jetson Xavier NX.
Ubuntu version is 20.04
The jetpack version is 5.1.4
cuda version 11.4
cudnn version is 8.6.0.166
tensorrt version 8.5.2.2
Related libraries for gene…
-
I have trained Yolov8 using the given docker, and i successfully converted it into HEF model.
Now my question is what is the default precision of the converted model i.e. HEF Model. AS per my explora…
-
### 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…
-
When I trained FastSAM on coco128-seg dataset, I found that the part that needed training was the YOLOV8-seg model. So FastSam is only to train a YOLOV8-seg and then adding prompting oprations to it?
-
## Introduction
mmyolo (**https://github.com/open-mmlab/mmyolo**) is a repository that has several interesting Object Detection models. For example, it includes models such as YOLOv5, YOLOv7, YOLOX,…
-
### 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 trying to follow the instructions for quantization with the yoloV8 model and after reading the 1000 calibration images, tensort errros out with:
ERROR: [TRT]: 10: Could not find any implement…
-
can i get the database and yaml file of your best.pt yolov8 model
-
### 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…