Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
LittleMisss opened this issue Aug 17, 2018 · 1 comment
Closed

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

LittleMisss opened this issue Aug 17, 2018 · 1 comment

Comments

@LittleMisss
Copy link

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
Copy link
Owner

Hi,

@LittleMisss, you can follow #3 and #6

Regards,
yl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants