-
https://docs.openvino.ai/2024/notebooks/yolov9-optimization-with-output.html
-
I made some sample code to show how to use the NPU to run a yolo model on mp4 files.
Currently it runs in real time on my Snapdragon X Elite Dev Box. Twice as fast as the Yolov4 GPU DirectML sample w…
-
Hi,
I’m using YOLOv9 for segmentation tasks and noticed that quantization is currently supported for object detection models. Since the backbone is the same across all YOLOv9 variants, I wanted to …
-
![屏幕截图 2024-10-23 094550](https://github.com/user-attachments/assets/e58fe65c-44a7-4763-98fc-e20079ebc605)
![屏幕截图 2024-10-23 094724](https://github.com/user-attachments/assets/786062a8-c011-471b-95…
-
### 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…
-
Hello,
where is the yolov9 model from or with which parameters was it exported? Looking into the model with netron, I can see 2 outputs with shape [1,84,8400] each. When exporting the models myself…
-
### Description
Anyone knows about the process for run Yolo V9 inside google coral board?
Click to expand!
### Issue Type
Support
### Operating System
Mendel Linux
### Coral Device
Dev Boar…
-
B导,YOLO出v9了,https://github.com/WongKinYiu/yolov9
-
I trained yolov9-t with coco, my command is this:
python -m torch.distributed.launch --nproc_per_node 8 --master_port 9527 train_dual.py --workers 8 --device 0,1,2,3,4,5,6,7 --sync-bn --batch 128 --d…
-
Hi everyone
Thanks all of @yolo teams to make yolov9
I am using ubuntu 22.04
I have trianed yolo models on google colab most of the time.However, As I got my first job, I am working on traffic…