Skip to content

Indice changes#3668

Open
basebala wants to merge 3 commits intonerfstudio-project:mainfrom
basebala:indice_changes
Open

Indice changes#3668
basebala wants to merge 3 commits intonerfstudio-project:mainfrom
basebala:indice_changes

Conversation

@basebala
Copy link
Copy Markdown

@basebala basebala commented Jun 16, 2025

Added a new eval-mode such that developers can input indices of images from dataset (zero-indexed) manually as the evaluation dataset.

To use, one can use command 'nerfstudio-data --eval-mode indices --eval-image-indices [spaced list of image indices for evaluation]' with their 'ns-train' command.

Any image with an index not specified in --eval-image-indices will be used for training.

Copy link
Copy Markdown
Contributor

@akristoffersen akristoffersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome! Seems super useful, thanks for contributing.

auto_scale_poses: bool = True
"""Whether to automatically scale the poses to fit in +/- 1 bounding box."""
eval_mode: Literal["fraction", "filename", "interval", "all"] = "fraction"
eval_mode: Literal["fraction", "filename", "interval", "all", "indices"] = "fraction"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the indices behavior in the comment below

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.

2 participants