随笔分类 -  yolo

yolo的使用
摘要:看到一条这个,应该是计算基准box的。 rem # How to calculate Yolo v2 anchors using K-means++ darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 4 阅读全文
posted @ 2020-05-19 17:02 巨鹿王十二 阅读(714) 评论(0) 推荐(0)
摘要:在文件yolo_v2_class.hpp中声明。 extern "C" LIB_API int init(const char *configurationFilename, const char *weightsFilename, int gpu); extern "C" LIB_API int 阅读全文
posted @ 2020-04-18 21:11 巨鹿王十二 阅读(440) 评论(0) 推荐(0)
摘要:Yolo模型的训练参考官网:https://pjreddie.com/darknet/yolo/ (1)在VOC数据集上训练YOLO 如果您想使用不同的训练方式,超参数或数据集,可以从头开始训练YOLO。 这是在Pascal VOC数据集上运行它的方法。 1) 获取 Pascal VOC 数据集 要 阅读全文
posted @ 2020-02-10 08:30 巨鹿王十二 阅读(884) 评论(0) 推荐(0)