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

own Custom Dataset #38

Open
YSYYU opened this issue Sep 14, 2024 · 1 comment
Open

own Custom Dataset #38

YSYYU opened this issue Sep 14, 2024 · 1 comment

Comments

@YSYYU
Copy link

YSYYU commented Sep 14, 2024

Thank you for your excellent work. May I ask if there is anything else that needs to be added to the following code besides the dataset path if I want to use my own dataset.
if name == 'main':
parser = ArgumentParser()
parser = ArgumentParser("Colmap converter")
parser.add_argument('--data_path', type=str, default=None, help='Path to dataset')
parser.add_argument("--no_gpu", action='store_true')
parser.add_argument("--camera", default="OPENCV", type=str)
parser.add_argument("--colmap_executable", default="", type=str)
parser.add_argument("--resize", action="store_true")
parser.add_argument("--magick_executable", default="", type=str)
args = parser.parse_args()

@danpeng2
Copy link
Contributor

You can refer to the Custom Dataset data processing instructions in the README. For data preprocessing, make sure the data paths are correct. When executing the command, you only need to provide the dataset path.

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