-
Thanks for implementing these amazing models! I wonder if there's any implementation for yolov8 instance segmentation. It would be a nice addition if the repo doesn't have it.
Thanks once again.
-
![image](https://github.com/airockchip/rknn_model_zoo/assets/61084986/d199c3bd-76a0-431c-a12e-256f95c1e2ad)
-
# YOLOv8 Multi-Object Tracking
Object tracking is a task that involves identifying the location and class of objects, then assigning a unique ID to that detection in video streams.
The outpu…
-
# FastSAM
* [arxiv](https://arxiv.org/abs/2306.12156)
* 本文是一篇technical report
* 主要思想是用CNN(YOLOv8-seg)代替ViT encoder提取特征,只用SAM 1/50的SA-1B数据,实现了运行速度50x faster(相较于ViT/H)和相近的分割性能
![image](https://g…
-
### 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…
-
Error:
`
Load model from onnx_static_quantizer3.onnx failed:/proj/xcdhdstaff1/huizhang/workspace/xcdl190091/workspace/sft_ai_sdk_pack_2022.2/tmp/edge/src/onnxruntime/onnxruntime/core/graph/model_loa…
-
ex.input("in0", in_pad);
ncnn::Mat out;
ex.extract("out0", out);
ncnn::Mat mask_proto;
ex.extract("out1", mask_proto);
输入的图片大小in_pad之后w是640,h是512,
out0取出的w是8400,h是37,导致…
-
### 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…
-
使用2.0版本的rknn,关于图像输入,有没有opencv的C++版本?如下的yolov8_seg例子中的输入是一个自定义的结构体image_buffer_t ,可以提供cv::mat格式的图像输入的示例代码吗?
image_buffer_t src_image;
memset(&src_image, 0, sizeof(image_buffer_t));
ret =…
-
Hi,我在使用Yolo-seg C++推理时画出来的mask位置有偏移,并且mask没有在bbox框内,这该如何解决?
![image](https://github.com/Melody-Zhou/tensorRT_Pro-YOLOv8/assets/66895706/91bf22a2-e492-4610-8c2b-c1e035e102cb)