Yuliang-Liu / Curve-Text-Detector

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

[psroi_pooling_layer.cpp:56] Not Implemented Yet #15

Closed LittleMisss closed 6 years ago

LittleMisss commented 6 years ago

When i run demo.py ,i got this issus.

I0817 11:03:50.972313 31331 net.cpp:893] Ignoring source layer loss I0817 11:03:50.972322 31331 net.cpp:893] Ignoring source layer loss_bbox I0817 11:03:50.972327 31331 net.cpp:893] Ignoring source layer accuarcy I0817 11:03:50.972342 31331 net.cpp:893] Ignoring source layer loss_info_h I0817 11:03:50.972345 31331 net.cpp:893] Ignoring source layer loss_info_w I0817 11:03:50.972360 31331 net.cpp:893] Ignoring source layer silence F0817 11:04:11.482594 31331 psroi_pooling_layer.cpp:56] Not Implemented Yet *** Check failure stack trace: *** Aborted (core dumped)

it seems that i need to modify those file.but i do not know how to do it.Anyone can help me? Thanks a lot. ` template void PSROIPoolingLayer::Forward_cpu(const vector<Blob>& bottom, const vector<Blob>& top) { NOT_IMPLEMENTED; }

template void PSROIPoolingLayer::Backward_cpu(const vector<Blob>& top, const vector& propagate_down, const vector<Blob>& bottom) { NOT_IMPLEMENTED; }`

Yuliang-Liu commented 6 years ago

Hi,

@LittleMisss, you can follow #3 and #6

Regards, yl