Skip to content

fix: avoid double path join when loading NeRF images - #120

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/dataset-readers-avoid-double-path-join-when-loading
Open

fix: avoid double path join when loading NeRF images#120
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/dataset-readers-avoid-double-path-join-when-loading

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

Problem

fix: avoid double path join when loading NeRF images

Fix

Replace:

            cam_name = os.path.join(path, frame["file_path"] + extension)

with:

            cam_name = frame["file_path"] + extension

Files changed

  • scene/dataset_readers.py

@andrewwhitecdw

Copy link
Copy Markdown
Author

Closing after multiple repair attempts: original patch no longer applies or auditor feedback remains unaddressed.

@andrewwhitecdw
andrewwhitecdw deleted the bugfix/dataset-readers-avoid-double-path-join-when-loading branch August 2, 2026 23:57
@andrewwhitecdw
andrewwhitecdw restored the bugfix/dataset-readers-avoid-double-path-join-when-loading branch August 17, 2026 20:59
@andrewwhitecdw

Copy link
Copy Markdown
Author

script closed on accident

Signed-off-by: Andrew White <andrewwhitecdw@users.noreply.github.com>
Signed-off-by: andrewwhitecdw <andrewwhitecdw@users.noreply.github.com>
@andrewwhitecdw
andrewwhitecdw force-pushed the bugfix/dataset-readers-avoid-double-path-join-when-loading branch from ebdc813 to f82f75a Compare August 18, 2026 00:19
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