nihui / ncnn-android-yolov5

The YOLOv5 object detection android example
651 stars 134 forks source link

怎么精度速度测试? #55

Open WhateverSir opened 1 year ago

WhateverSir commented 1 year ago

我需要对COCO数据集精度速度测试,怎么读入图片的文件夹? 怎么计时? 其他YOLOv5模型,如YOLOv5n怎么替换YOLOv5s? @nihui 等待解答

WhateverSir commented 1 year ago

set_vulkan_compute failed, network use_vulkan_compute disabled 这个警告怎么办?

WhateverSir commented 1 year ago

https://github.com/WhateverSir/AndroidDetector 我在上面的项目中实现了精度速度测试,同时也支持文件夹、图片、摄像头输入等