-
什么时候更新[ultralytics_yolov8](https://github.com/airockchip/ultralytics_yolov8)中yolov8_obb和yolov8_pose的onnx导出文件。
-
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…
-
Hi, nice to meet you again😀.
I've merged this rep with yolov8-pose. So, could I commit my code there?
![1](https://github.com/user-attachments/assets/6d6801fc-884b-4723-aa1f-a0e8ed5f2bd9)
![2](http…
-
### 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 Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
### 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…
rabum updated
3 weeks ago
-
### 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…
-
### 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…
-
hey! i am working with yolov8pose-onnx-rknn. i don't have any experience before. Can you give me some sample as your YOLOv8--Segmentation when you have time to do.Thanks a lot!!!
-
Thanks for sharing the source code. But maybe in the Yolo.cpp file, I think we should change the code at line 187: ki=cj+j+k * 3 to ki=cj+num_class-1+k * 3 . Right?