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

Pierremerriaux/depth nerfacto camera different resolution fix #2485

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

Conversation

pierremerriaux-leddartech
Copy link
Contributor

Hi,
when I use camera with different resolutions with depth-nerfacto, it crashs in pixel_samplers.py collate_image_dataset_batch_list when we do key: value[c, y, x] for key, because value is a list. I unroll to a loop over list item and concat every at the end. not sure it is well optimize, but it works, I am able to train.

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