bartduis commited on
Commit
9e5ce3d
·
1 Parent(s): d10b4c7

add pngs for example scene

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. 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.