Skip to content

Indice changes - #3668

Open
basebala wants to merge 10 commits into
nerfstudio-project:mainfrom
basebala:indice_changes
Open

Indice changes#3668
basebala wants to merge 10 commits into
nerfstudio-project:mainfrom
basebala:indice_changes

Conversation

@basebala

@basebala basebala commented Jun 16, 2025

Copy link
Copy Markdown

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.

@akristoffersen akristoffersen left a comment

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.

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

@basebala

basebala commented Jul 9, 2026

Copy link
Copy Markdown
Author

@akristoffersen can we merge?

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