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

SSD softnms make error #1

Open
ke123tw opened this issue Nov 14, 2019 · 0 comments
Open

SSD softnms make error #1

ke123tw opened this issue Nov 14, 2019 · 0 comments

Comments

@ke123tw
Copy link

ke123tw commented Nov 14, 2019

Hi, I want to run softnms on caffe, but I have some problems.

  1. I changed bbox_util.hpp and bbox_util.cpp according to your version. But in the detection_output part, should I change the detection_output.cpp or detection_output.cu?

  2. If I change detection_output.cpp . Is it only necessary to change this part? Change it to ApplySoftNMSFast

    ApplyNMSFast(bboxes, scores, confidence_threshold_, nms_threshold_, eta_,
    top_k_, &(indices[c]));
    num_det += indices[c].size();

  3. When I change the part of detection_output.cu or detection_output.cpp , I will always encounter this error libcaffe.so undefined reference to caffe::ApplySoftNMSFast(float......) caffe::ApplySoftNMSFast(double......) during compilation.

Could you tell me how to solve it? Thank you.

@ke123tw ke123tw changed the title make error SSD softnms make error Nov 14, 2019
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

1 participant