caffe下yolov1的detection层源码实现
在caffe下实现yolov1需要添加detection层,即需要在caffe特定目录下添加该层的源码实现。 (1)detection_layer.hpp放在caffe/include/caffe/layers下; (2)detection_layer.cpp放在caffe/src/caffe/layers下; (3)修改caffe/src/caffe/proto下的caffe.proto文件
文件列表
caffe的yolov1的detection层实现.zip
(预估有个2文件)
caffe的yolov1的detection层实现
detection_layer.hpp
2KB
detection_layer.cpp
9KB
暂无评论