-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add per frame intrinsic support to nerfstudio data (#1049)
- Loading branch information
Showing
1 changed file
with
77 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a1f20b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @tancik , thanks for the contirbution.
I have an dataset with different intrinsic cameras, and I trained it with phototourism mode successfully.
I tried your commit with "instant-ngp" mode, and dataset is loaded correctly but this error occured afterwards.
a1f20b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw, though I could train the multi-camera dataset with phototourism mode, but the evalution dosent work.
It seems that evaluation needs valdation data with the same size.