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

CPU mode error #3

Closed WLswert closed 6 years ago

WLswert commented 6 years ago

Hi ! when i run the test.sh in cpu mode , i got the error: psroi_pooling_layer.cpp:56] Not Implemented Yet ! I found there is only GPU mode files ,and the cpu mode ( psroi_pooling_layer.cpp ) file is not complete. can you Implemente the code ? thx!

Yuliang-Liu commented 6 years ago

Hi,

Actually, the gpu mode psroi_pooling is not written by me. It's written by the authors of R-FCN, so maybe you can ask them for official cpu implement.

bygreencn commented 6 years ago

@WLswert you can follow #6