Skip to content
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

Replace depth alpha mask logic with torch.where for gradients in splatfacto #2856

Merged
merged 92 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
70ade42
fix jittering in markdown in viewer beta
kerrj Oct 11, 2023
622342c
Revert "fix jittering in markdown in viewer beta"
kerrj Oct 11, 2023
072c3ed
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Oct 18, 2023
d68138d
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Oct 19, 2023
e65d14e
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Oct 20, 2023
39637f0
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Oct 21, 2023
c30d0c8
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Oct 23, 2023
5723357
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Oct 29, 2023
8a08740
print correctly formatted url in banner for viewer beta
kerrj Oct 29, 2023
246d731
merge
kerrj Nov 1, 2023
a7b08df
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Nov 29, 2023
fa8909e
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Nov 29, 2023
eab1f7a
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Nov 30, 2023
86ff630
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Dec 13, 2023
cf41e63
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Dec 15, 2023
09cc1d1
fix the bug when camera.distortion_params is None
KevinXu02 Dec 25, 2023
a4e640b
Handle background color override when using blender.
KevinXu02 Dec 25, 2023
bd07a71
fix bare except
KevinXu02 Dec 25, 2023
2fcd556
format
KevinXu02 Dec 25, 2023
00d10a1
Update background color override in Blender dataparser
KevinXu02 Dec 25, 2023
2bf8a06
Merge branch 'main' into main
KevinXu02 Jan 3, 2024
db13cfa
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 5, 2024
5ca2be0
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 8, 2024
172cf07
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 8, 2024
1559504
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 10, 2024
2158946
Add ability to download EyefulTower dataset
VasuAgrawal Dec 7, 2023
ba5ce12
wip before I copy linning's stuff in
VasuAgrawal Dec 8, 2023
f95b4eb
Generate per-resolution cameras.xml
VasuAgrawal Dec 9, 2023
f811bd2
Generate transforms.json at download
VasuAgrawal Dec 12, 2023
59e1cf6
Fix a couple of quotes
VasuAgrawal Jan 10, 2024
688c39b
Use official EyefulTower splits for train and val
VasuAgrawal Jan 10, 2024
25b6d58
Disable projectaria-tools on windows
VasuAgrawal Jan 11, 2024
0e7d29e
Fix extra imports
VasuAgrawal Jan 11, 2024
5393ee4
Add a new nerfacto method tund for EyefulTower
VasuAgrawal Jan 11, 2024
8fb0a8b
Split eyefultower download into a separate file
VasuAgrawal Jan 12, 2024
ad91608
Merge branch 'main' into main
KevinXu02 Jan 14, 2024
c481c29
Fix typo
KevinXu02 Jan 14, 2024
88c644a
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstud…
VasuAgrawal Jan 16, 2024
ac5200a
Add some fisheye support for eyeful data
VasuAgrawal Jan 16, 2024
6998760
Reformatted imports to not be dumb
VasuAgrawal Jan 16, 2024
82d4f5e
Apparently this file was missed when formatting originally
VasuAgrawal Jan 16, 2024
93436d4
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 17, 2024
91c6b49
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 17, 2024
c912066
Merge branch 'main' into main
KevinXu02 Jan 18, 2024
c012963
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 18, 2024
9620061
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 18, 2024
bf6d7b7
Added 1k resolution scenes
VasuAgrawal Jan 18, 2024
7126694
revert method_configs.py to original values
VasuAgrawal Jan 18, 2024
e5c5601
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 18, 2024
06011f5
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 18, 2024
e24ffe0
Also add 1k exrs
VasuAgrawal Jan 18, 2024
bf12b3e
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 18, 2024
8dd3123
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 18, 2024
a022a57
Add option to modify bg color in gaussian splatting
KevinXu02 Jan 19, 2024
950f990
Merge branch 'main' of https://github.com/KevinXu02/nerfstudio
KevinXu02 Jan 19, 2024
c95d3f3
Merge branch 'main' into main
KevinXu02 Jan 19, 2024
999e63c
fix back the config, bg color should work now
KevinXu02 Jan 19, 2024
bae5a5f
removed camera optimizer for gs to align with main
KevinXu02 Jan 19, 2024
6c3c576
Merge branch 'main' into main
KevinXu02 Jan 19, 2024
44581bf
Address feedback
VasuAgrawal Jan 19, 2024
544cb81
Revert changes to pyproject.toml, to be added in a later PR
VasuAgrawal Jan 19, 2024
59333c9
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstud…
VasuAgrawal Jan 19, 2024
d1abe18
Oops, probably shouldn't have gotten rid of awscli ...
VasuAgrawal Jan 19, 2024
be6792f
adding support for bg color, tested and reformatted now
KevinXu02 Jan 19, 2024
a142ba7
Merge branch 'main' into main
KevinXu02 Jan 19, 2024
8afc649
formatted
KevinXu02 Jan 19, 2024
a10c777
formatted
KevinXu02 Jan 19, 2024
ce39177
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 19, 2024
ce7bb78
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 19, 2024
a791591
merged main
ethanweber Jan 19, 2024
cdd1d15
changed glob variable name
ethanweber Jan 19, 2024
36c8a59
Merge commit 'cdd1d1507e78c92fdf0c192a2b2739950dec7d7c'
KevinXu02 Jan 19, 2024
3fdb4fa
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 19, 2024
67b11f4
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 20, 2024
dcd361a
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 20, 2024
1be957d
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 20, 2024
53c8646
Merge branch 'main' of https://github.com/KevinXu02/nerfstudio into K…
kerrj Jan 20, 2024
8e3cfca
Merge branch 'KevinXu02-main'
kerrj Jan 20, 2024
40c3553
Revert "Remove legacy viewer from GitHub actions (#2798)"
kerrj Jan 20, 2024
5fc2f28
merge
kerrj Jan 22, 2024
a4c03d4
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 23, 2024
fdd1bff
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 23, 2024
7f28d72
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 25, 2024
12c0b12
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 25, 2024
256ae29
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 27, 2024
fec34e8
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 28, 2024
54dbb5f
Merge branch 'main' of https://github.com/nerfstudio-project/nerfstudio
kerrj Jan 28, 2024
2ed1a71
replace alpha depth logic with torch.where for differentiability
kerrj Jan 31, 2024
830f20b
rm weird file
kerrj Jan 31, 2024
f7630fd
Merge branch 'main' into justin/fix_splat_depth
kerrj Jan 31, 2024
2245df7
Merge branch 'main' into justin/fix_splat_depth
kerrj Jan 31, 2024
47c9100
Merge branch 'main' into justin/fix_splat_depth
kerrj Jan 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
kerrj committed Jan 19, 2024

Verified

This commit was signed with the committer’s verified signature.
aignacio Anderson Ignacio
commit 3fdb4fa19daac4922e206fb1f8c89eab61799979

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.