-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add preliminary EyefulTower dataset support #2672
Merged
brentyi
merged 25 commits into
nerfstudio-project:main
from
VasuAgrawal:convert-cameras-json
Jan 20, 2024
Merged
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2158946
Add ability to download EyefulTower dataset
VasuAgrawal ba5ce12
wip before I copy linning's stuff in
VasuAgrawal f95b4eb
Generate per-resolution cameras.xml
VasuAgrawal f811bd2
Generate transforms.json at download
VasuAgrawal 59e1cf6
Fix a couple of quotes
VasuAgrawal 688c39b
Use official EyefulTower splits for train and val
VasuAgrawal 25b6d58
Disable projectaria-tools on windows
VasuAgrawal 0e7d29e
Fix extra imports
VasuAgrawal 5393ee4
Add a new nerfacto method tund for EyefulTower
VasuAgrawal 8fb0a8b
Split eyefultower download into a separate file
VasuAgrawal 88c644a
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstud…
VasuAgrawal ac5200a
Add some fisheye support for eyeful data
VasuAgrawal 6998760
Reformatted imports to not be dumb
VasuAgrawal 82d4f5e
Apparently this file was missed when formatting originally
VasuAgrawal bf6d7b7
Added 1k resolution scenes
VasuAgrawal 7126694
revert method_configs.py to original values
VasuAgrawal e24ffe0
Also add 1k exrs
VasuAgrawal 44581bf
Address feedback
VasuAgrawal 544cb81
Revert changes to pyproject.toml, to be added in a later PR
VasuAgrawal 59333c9
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstud…
VasuAgrawal d1abe18
Oops, probably shouldn't have gotten rid of awscli ...
VasuAgrawal a791591
merged main
ethanweber cdd1d15
changed glob variable name
ethanweber df75237
Update tensor_dataclass.py
brentyi 861b9a7
Merge branch 'main' into convert-cameras-json
brentyi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
NIT but can you rename this to
glob_str
in case someone imports glob in the future?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.
Looks like you got it, thanks!