add pngs for example scene
Browse files- .gitignore +1 -0
- readme.md +1 -1
.gitignore
CHANGED
@@ -3,6 +3,7 @@ slurm/
|
|
3 |
*.pyc
|
4 |
*.png
|
5 |
!assets/*.png
|
|
|
6 |
*.mtl
|
7 |
*.obj
|
8 |
*.ply
|
|
|
3 |
*.pyc
|
4 |
*.png
|
5 |
!assets/*.png
|
6 |
+
!example_scene/*.png
|
7 |
*.mtl
|
8 |
*.obj
|
9 |
*.ply
|
readme.md
CHANGED
@@ -107,4 +107,4 @@ In our limited testing this led to cleaner predictions, but it ocasinally carves
|
|
107 |
|
108 |
# 🏋️ Training
|
109 |
|
110 |
-
The RaySt3R training command is provided in <a href="xps/train_rayst3r.py">train_rayst3r.py</a>, documentation will follow later.
|
|
|
107 |
|
108 |
# 🏋️ Training
|
109 |
|
110 |
+
The RaySt3R training command is provided in <a href="xps/train_rayst3r.py">train_rayst3r.py</a>, documentation will follow later.
|