-
### 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…
-
Hello everyone,
i'm trying to pass to the dnn_image_encoder node images coming from other topics, try remapping the /different topic other than /image, but the node is not subscribing to the new topi…
-
### 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…
-
yolov8 has a segment error on se5, print below:
root@bm1684:/data/test_chefcap/workspace# ./yolov8_bmcv.soc --input=./test --bmodel=./yolov8s_int8_1b.bmodel --dev_id=0 --conf_thresh=0.25 --nms_thresh…
-
Hello, @cyrusbehr ! Thanks for the code you provided in this repository.
Im using the standart segmentation yolov8s-seg.pt model from https://github.com/ultralytics/ultralytics
that was exported to …
-
作者大大你好,关于RTDETR的推理时间,我有一些疑问...
我在3块不同的显卡上(分别是4090, T4, 3050 Laptop)都测试过RTDETR-R18转tensorrt后的推理时间,并与按照Benchmark中的方法添加NMS后的YOLOv8s进行了比较,转换相关的参数都是默认的,并且测速用的是trtexec。
我的测速结果,在4090上,RTDETR-R18的GPU Co…
-
问题描述:
1. 使用官方的demo提供的BM1684的bmodel推理,yolov8s_int8_4b.bmodel 结果异常
![1702370559793](https://github.com/sophgo/sophon-demo/assets/63241867/ee381b50-f609-4d80-8c53-bea4001c5252)
2. 参考demo转换自己的yo…
-
## Env
- GPU, e.g. V100, RTX2080, TX2, Xavier NX, Nano, etc.
GTX1660S、RTX2080Ti
- OS, e.g. Ubuntu16.04, Win10, etc.
Ubuntu1804
- Cuda version
cuda-11.4
- TensorRT version
8.5
## About thi…
-
### 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…
-
### Bug
### Code Snippet:
```python
from ultralytics import YOLOWorld
from ultralytics.models.yolo.world.train_world import WorldTrainerFromScratch
data = {
"train": {"yolo_data": ["da…