使用yolov4检测识别自定义类别

1>下载darknet源码 2>使用make进行编译 3>找到src下的image.c文件 4>修改draw_detections_v3函数,在const int best_class = selected_detections[i].best_class;下面加上         if(selected_detections[i].best_class!=8)                  
相关文章
相关标签/搜索