Yuliang-Liu / Curve-Text-Detector

This repository provides train&test code, dataset, det.&rec. annotation, evaluation script, annotation tool, and ranking.
639 stars 155 forks source link

“caffe.LayerParameter”has no field named "psroi_pooling_param" #30

Closed BigPandaCPU closed 5 years ago

BigPandaCPU commented 5 years ago

Hi,Liu While I run demo.py in my window-caffe in cpu model, it gives errors “caffe.LayerParameter”has no field named "psroi_pooling_param",I googled this issue ,but failed to get useful information, could you please give me some advice?

zhangshuaitao commented 5 years ago

@BigPandaCPU Hi, Actually, the cpu mode psroi_pooling layer is not executed by us. It's written by the authors of R-FCN, so maybe you can ask them for official cpu implement. You can refer to https://github.com/Yuliang-Liu/Curve-Text-Detector/issues/6#issue-285642401. Wish you all the best.