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

Error when building E2X with make #1

Open
dmitrii-badretdinov opened this issue Dec 13, 2020 · 0 comments
Open

Error when building E2X with make #1

dmitrii-badretdinov opened this issue Dec 13, 2020 · 0 comments

Comments

@dmitrii-badretdinov
Copy link

When building a merged version of Caffe and E2X, I get the following error:

detection_evaluate_layer.cpp: In member function ‘virtual void caffe::DetectionEvaluateLayer<Dtype>::
Forward_cpu(const std::vector<caffe::Blob<Dtype>*>&, const std::vector<caffe::Blob<Dtype>*>&)’:
detection_evaluate_layer.cpp:170:58: error: 
‘const value_type’ {aka ‘const class caffe::NormalizedBBox’} has no member named ‘idx’
  170 |           top_data[num_det * EVAL_SHAPE + 9] = bboxes[i].idx();
      |                                                          ^~~

The code and steps that to reproduce the issue are located here.

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