Skip to content

Commit

Permalink
add config files for all shapes in OMMO, NeRF Synthetic and T&T datas…
Browse files Browse the repository at this point in the history
…ets to be able to reproduce table 4 in the paper.
  • Loading branch information
Shakiba Kheradmand committed Sep 24, 2024
1 parent a22a24b commit 37cf130
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 4,
"cap_max": 4400000
}
4 changes: 4 additions & 0 deletions configs/03.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1440000
}
4 changes: 4 additions & 0 deletions configs/05.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1000000
}
4 changes: 4 additions & 0 deletions configs/06.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 5000000
}
4 changes: 4 additions & 0 deletions configs/10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 2850000
}
4 changes: 4 additions & 0 deletions configs/13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 3000000
}
4 changes: 4 additions & 0 deletions configs/14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1380000
}
4 changes: 4 additions & 0 deletions configs/15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1470000
}
5 changes: 5 additions & 0 deletions configs/chair.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 270000,
"white_background": true
}
5 changes: 5 additions & 0 deletions configs/drjohnson.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resolution": 1,
"opacity_reg": 0.001,
"cap_max": 3400000
}
5 changes: 5 additions & 0 deletions configs/drums.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 350000,
"white_background": true
}
5 changes: 5 additions & 0 deletions configs/ficus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 300000,
"white_background": true
}
5 changes: 5 additions & 0 deletions configs/hotdog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 150000,
"white_background": true
}
5 changes: 5 additions & 0 deletions configs/lego.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 325000,
"white_background": true
}
5 changes: 5 additions & 0 deletions configs/materials.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 290000,
"white_background": true
}
5 changes: 5 additions & 0 deletions configs/mic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 320000,
"white_background": true
}
4 changes: 4 additions & 0 deletions configs/playroom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 2500000
}
4 changes: 4 additions & 0 deletions configs/train.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1100000
}
4 changes: 4 additions & 0 deletions configs/truck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 2600000
}

0 comments on commit 37cf130

Please sign in to comment.