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

Custom Dataset #36

Open
ddkats opened this issue Jul 5, 2024 · 3 comments
Open

Custom Dataset #36

ddkats opened this issue Jul 5, 2024 · 3 comments

Comments

@ddkats
Copy link

ddkats commented Jul 5, 2024

Hi @Riboha

Thank you for uploading this great work. I have a couple of questions:

  1. How can I test the code with my own dataset?
  2. Is it necessary to have the trajectory.txt file if we don't care about the evaluation results? Can we use the pipeline with just pairs of RGB and depth frames?

BR

@Riboha
Copy link
Member

Riboha commented Jul 6, 2024

Hello,

  1. It is not included in this repo. Adding GS-ICP SLAM capabilities to work with user's own datasets is on my plan, but I'm uncertain when this update will be released. I'm very sorry about this.
  2. The ground truth trajectory.txt is only used for evaluating results. Therefore, if evaluation is not required, the ground truth trajectory is unnecessary.

@ddkats
Copy link
Author

ddkats commented Jul 6, 2024

Hello,

  1. It is not included in this repo. Adding GS-ICP SLAM capabilities to work with user's own datasets is on my plan, but I'm uncertain when this update will be released. I'm very sorry about this.
  2. The ground truth trajectory.txt is only used for evaluating results. Therefore, if evaluation is not required, the ground truth trajectory is unnecessary.

Thank you for your quick response. Just to clarify, will it not work if I provide the data in this format:

- scene
    - images (contain rgb images)
        - frame000000.jpg
        ...
    - depth_images (contain depth images)
        - depth000000.jpg

Could you please specify the format type that the algorithm expects to receive for the dataset?

@Saligz
Copy link

Saligz commented Jul 18, 2024

Amazing work ! I also would be interested in a bit more info to use with my own dataset

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

3 participants