Android_NCNN_yolov4-tiny icon indicating copy to clipboard operation
Android_NCNN_yolov4-tiny copied to clipboard

yolov4-tiny ncnn android sample

Results 4 Android_NCNN_yolov4-tiny issues
Sort by recently updated
recently updated
newest added

std::vector YoloV5::detect(JNIEnv* env, jobject image) In this method, these two parameters (threshold, nms_threshold)are not used. In the param file,Is the decoding of boxes and nms operation included in the model?

impressive speed on resolution of 640*480. just curious what is the speed of resolution 192*192? Will it be real-time? >30fps?