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

Missing include when using DBoW2 #383

Closed
SteffenEhrle opened this issue Aug 30, 2022 · 1 comment · Fixed by #384
Closed

Missing include when using DBoW2 #383

SteffenEhrle opened this issue Aug 30, 2022 · 1 comment · Fixed by #384
Labels
bug Something isn't working

Comments

@SteffenEhrle
Copy link
Contributor

An include is missing

"util/converter.h" must be included to use function "util::converter::to_desc_vec" in "data/bow_vocabulary.cc".

To Reproduce

Using dbow2, compilation fails.

Steps to reproduce the behavior:
(Windows)

  1. Use dbow2 instead of fbow
  2. Apply this PR for DBoW2 binary loading and saving.

Expected behavior

Compilation error

Environment

  • Hardware: [PC]
  • CPU: [Intel]
  • OS: [Windows 8]
  • master
@SteffenEhrle SteffenEhrle added the bug Something isn't working label Aug 30, 2022
@SteffenEhrle
Copy link
Contributor Author

#384 is the respective PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant