ncnn-android-yolov8 icon indicating copy to clipboard operation
ncnn-android-yolov8 copied to clipboard

Real time yolov8 Android demo by ncnn

Results 52 ncnn-android-yolov8 issues
Sort by recently updated
recently updated
newest added

你好!大牛! 能否提供下如何导出 yolov8-obb 到ncnn模型的具体步骤,谢谢!! 期待您的回复!!

在Android,已经运行了,如果用在harmony,该怎样做?谢谢

When running with a single class model, generate_proposals will seg fault on line 155. It's doing so when i=1958. The dimensions of pred are w=8,400 and h = 5. Total...

![image](https://github.com/FeiGeChuanShu/ncnn-android-yolov8/assets/157114865/921c99da-79d4-4b5a-a7b9-54ee4d33f99c)

Could you help me incorporate an image input into the model, resulting in an output that includes bounding boxes? i tried like this but not wroked MainActivity=> public void PassImage()...

Anythimg work fine until i set the view orientation to landscape ,it will make preview rotate 90 degree. I have tried setting orientation = (int)e.data.i32[0]; ->orientation = (int)e.data.i32[0]- 90 ;...

Logcat报错部分日志为: 2023-11-26 17:54:03.350 7736-7749 ACameraDevice com.tencent.yolov8ncnn D Device error received, code 5, frame number 0, request ID 0, subseq ID 0 2023-11-26 17:54:03.353 7736-7750 ACameraDevice com.tencent.yolov8ncnn D Device error received,...

按照教程修改了C2f和Detect模块,也修改了yolov8-obb.cpp里的num_class和标签数组 ![QQ截图20240420164954](https://github.com/FeiGeChuanShu/ncnn-android-yolov8/assets/102199886/e4851869-9ec7-4c55-b77e-96ffbeac982b)

用官方提供的没有问题,自己训练数据集没有更改网络信息也没有检测框。 yolov8ncnn.cpp 文件中的target_sizes 设置成640*640可以检测,但是设置成320*320就是检测不到目标物体。官方的模型导出来的ncnn模型就没这个问题,随便怎么设置,都能检测到

Hi, I have been able to successfully build run the base yolov8 models. Even custom models work well. However, I am not too sure how to use the segmentation model...