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

allow for subfolders in images dir #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jkl3848
Copy link

@jkl3848 jkl3848 commented Oct 2, 2023

When converting the images in COLMAP with a series of subdirs (you can fill 'input' with multiple folders to stitch together images from different cameras into 1 point cloud), train.py errors when trying to read the images as it assumes all images are at the root of the 'images' folder. This change uses the relative image path (which starts at the 'images' folder, so the path will be 'subfolder/image1.jpg') saved in the images.bin file.

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.

None yet

1 participant