-
### 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…
-
-
### 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…
-
I’m using a custom trained yolov8n model. Running the same model using the gstreamer pipeline provided in [hailo-rpi5-examples](https://github.com/hailo-ai/hailo-rpi5-examples) runs just fine. But run…
-
Thank you for a great work!
1. Could you please share the DEYO CrowdHuman weights and training config?
2. Have you compared DEYO vs RTDETR performance on the CrowdHuman dataset? I have only notice…
-
Hello there !
I come to you because I try to run and enqueue different yolo training remotly with clearml-agent, the task run correctly BUUUUUT, yolo doesn't run in GPU mode ...
So, have you a…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
**Hardware to Test:** […
-
## yolov5 yolov8 yolov9 speed test on T4 (tensorrt )
platform : T4; c++ with nms ; nchw=(1,3,384,640); input (1920, 1080); 200 loops, (already warmed up)
|id | model | fps | size | …
ausk updated
5 months ago
-
I managed to convert my own pt model to work well with this demo? I tried many ways, but none were compatible. The new ultralystic is installed. Converting towards yolo is not good. I set nc to 1 beca…
-
I run
`from torch.utils.tensorboard import SummaryWriter
model_path = 'yolov8n-seg.pt'
loaded_model = torch.load(model_path)
writer = SummaryWriter('tensor_vis')
init_img = torch.zeros((1,3,640,6…