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

extract_features file missing #2

Closed
nishant34 opened this issue Jul 13, 2023 · 6 comments
Closed

extract_features file missing #2

nishant34 opened this issue Jul 13, 2023 · 6 comments

Comments

@nishant34
Copy link

I am getting the following error after commenting the disambiguation module dependency:

ImportError: cannot import name 'extract_features' from 'scripts' (/home/nishantjn/Dbarf/dbarf/scripts/init.py)

@AIBluefisher
Copy link
Owner

Sorry for the inconvenience, I'll fix the issue soon.

@whalien-902
Copy link

I have encountered the same issue as mentioned above. How can I solve it? Is the mentioned .py file currently missing from the open-source code? How can I obtain that file?

@runningneverstop
Copy link

The same problem

@AIBluefisher
Copy link
Owner

Hi, I'm too busy to fix the issue these weeks. For a temporary fixing, I'll provide a Google Drive link to the g2o files for my training data such that you can fine-tune the provided pre-trained model.

@samhodge-aiml
Copy link

samhodge-aiml commented Aug 28, 2023

Yeah this is still broken. Awaiting a fix to get past the first step into reproducing your paper with external data.

error message is as follows

  File "/media/sam/aimlwork/github/env/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/media/sam/aimlwork/github/env/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/media/sam/aimlwork/github/dbarf/scripts/preprocess_dbarf_dataset.py", line 6, in <module>
    from scripts import extract_relative_poses
  File "/media/sam/aimlwork/github/dbarf/scripts/extract_relative_poses.py", line 16, in <module>
    from scripts import extract_features, match_features, \
ImportError: cannot import name 'extract_features' from 'scripts' (/media/sam/aimlwork/github/dbarf/scripts/__init__.py)

@AIBluefisher
Copy link
Owner

It's fixed now. You can try to run the script again. Also check the script for dependencies.

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

5 participants