09 2018 档案

摘要:网站:https://github.com/tzutalin/labelImg 阅读全文
posted @ 2018-09-20 14:21 crazybird123 阅读(1930) 评论(0) 推荐(0)
摘要:#coding=utf-8 import os import caffe import numpy as np root='/home/xxx/caffe/' #根目录 deploy=root + 'examples/deploy.prototxt' #deploy文件 caffe_model=root + 'models/XXX.caffemodel' ... 阅读全文
posted @ 2018-09-10 21:19 crazybird123 阅读(217) 评论(0) 推荐(0)
摘要:1、在src\caffe\proto\caffe.proto中搜索message LayerParameter,在optional ReLUParameter relu_param = 123之后添加optional ReLU6Parameter relu6_param = 208; (最后的分号别 阅读全文
posted @ 2018-09-07 09:52 crazybird123 阅读(2158) 评论(0) 推荐(0)