caffe下yolov1的detection层源码实现

时间:2021-10-31 04:09:23
【文件属性】:

文件名称:caffe下yolov1的detection层源码实现

文件大小:4KB

文件格式:ZIP

更新时间:2021-10-31 04:09:23

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层实现
----detection_layer.hpp(2KB)
----detection_layer.cpp(9KB)

网友评论