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

How can I obtain the 'base_dir' and 'db_path' #2

Open
wf-hahaha opened this issue Jun 15, 2023 · 4 comments
Open

How can I obtain the 'base_dir' and 'db_path' #2

wf-hahaha opened this issue Jun 15, 2023 · 4 comments

Comments

@wf-hahaha
Copy link

No description provided.

@wf-hahaha
Copy link
Author

1、How can I obtain the 'base_dir' mentioned in the configuration file: '/home/aryan/Airloc_Public/data_collection/x-view/data'?/.
2、Similarly, how can I obtain the 'db_path' mentioned in the configuration file: '/home/aryan/Airloc_Public/data_collection/database'? It seems that the data_collection folder is not present in the open-source code.

@wf-hahaha wf-hahaha changed the title How can I obtain the 'base_dir' mentioned in the configuration file: '/home/aryan/Airloc_Public/data_collection/x-view/data'? Similarly, how can I obtain the 'db_path' mentioned in the configuration file: '/home/aryan/Airloc_Public/data_collection/database'? It seems that the data_collection folder is not present in the open-source code. How can I obtain the 'base_dir' and 'db_path' Jun 15, 2023
@aryanmangal769
Copy link
Collaborator

  1. The 'base_dir' is the path to /data folder. /data folder can be obtained by unzipping the data.zip file. The details are given in the readme file.
  2. The 'db_path' should be an empty folder for saving preprocessed database. It should be created by the user.

@wf-hahaha
Copy link
Author

Thank you very much for your reply. If I want to test this project in a live environment, how do I make my own dataset and train it? Is it made in the format of the KITTI dataset?

@aryanmangal769
Copy link
Collaborator

https://github.com/sair-lab/AirLoc/tree/main/datasets You can use the preprocessing code by converting real world images into this directory structure and then preprocess your images to change them to the desired format for using AirLoc

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