senlinuc / caffe_ocr

主流ocr算法研究实验性的项目,目前实现了CNN+BLSTM+CTC架构
1.26k stars 535 forks source link

请教作者,关于opencv调用densenet模型 #108

Open teresasun521 opened 5 years ago

teresasun521 commented 5 years ago

请教作者,opencv调用densenet模型时densenblock可以用什么相似层代替吗?还是可以拆分成卷积?

sunjunlishi commented 4 years ago

我也不明白的是denseblock DenseNet模型有啥关系。

sunjunlishi commented 4 years ago

可以看看最新的3.47opencv是否包含支持层。

sunjunlishi commented 4 years ago

denseblock 用的原班的 简化版本。作者用的是这个,貌似 opencv 没有替代的。

teresasun commented 4 years ago

是的,最后我放弃使用opencv调用这个层了

prfans commented 4 years ago

opencv只支持部分比较通用的层吧。这里面的一些层是opencv不支持的。