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

Add support for local datasets. #3

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Add support for local datasets. #3

wants to merge 12 commits into from

Conversation

Santoi
Copy link
Collaborator

@Santoi Santoi commented Dec 17, 2024

Motivation

This PR provides the means to run SplaTAM on previously recorded datasets with the Spectacular AI tool using an iPhone Pro 14 or higher (basically, with a depth sensor).

Description

Original SplaTAM scripts have been adapted so the config files don't have to be manually edited.
The bash script entry point now takes the usual config file, and additionally the path to the dataset previously recorded with SpectacularAI.

bash bash_scripts/nerfcapture.bash configs/iphone/nerfcapture.py <spectacularAI_dataset_location>

Change log

  • nerfcapture.bash
    Changes support SpectacularAI input and output the dataset already processed with SplaTAM.
  • nerfcapture2dataset.py
    Changes make it possible to load a local NeRFCapture dataset and make it compatible with the SplaTAM expected input.
  • final_recon.py & splatam.py
    Override config file parameters with the command line arguments.
  • RESULTS.md
    Explored technologies and obtained results overview.
  • README.md
    Run instructions for other Ekumembers.

@Santoi Santoi marked this pull request as ready for review December 20, 2024 18:09
@Santoi Santoi requested a review from hidmic December 20, 2024 18:09
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

Successfully merging this pull request may close these issues.

1 participant