add config files for all shapes in OMMO, NeRF Synthetic and T&T datasets to be able to reproduce table 4 in the paper.

This commit is contained in:
Shakiba Kheradmand 2024-09-23 17:37:25 -07:00
parent a22a24bd7e
commit 37cf130180
19 changed files with 84 additions and 0 deletions

4
configs/01.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 4,
"cap_max": 4400000
}

4
configs/03.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1440000
}

4
configs/05.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1000000
}

4
configs/06.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 5000000
}

4
configs/10.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 2850000
}

4
configs/13.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 3000000
}

4
configs/14.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1380000
}

4
configs/15.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1470000
}

5
configs/chair.json Normal file
View File

@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 270000,
"white_background": true
}

5
configs/drjohnson.json Normal file
View File

@ -0,0 +1,5 @@
{
"resolution": 1,
"opacity_reg": 0.001,
"cap_max": 3400000
}

5
configs/drums.json Normal file
View File

@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 350000,
"white_background": true
}

5
configs/ficus.json Normal file
View File

@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 300000,
"white_background": true
}

5
configs/hotdog.json Normal file
View File

@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 150000,
"white_background": true
}

5
configs/lego.json Normal file
View File

@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 325000,
"white_background": true
}

5
configs/materials.json Normal file
View File

@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 290000,
"white_background": true
}

5
configs/mic.json Normal file
View File

@ -0,0 +1,5 @@
{
"resolution": 1,
"cap_max": 320000,
"white_background": true
}

4
configs/playroom.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 2500000
}

4
configs/train.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 1100000
}

4
configs/truck.json Normal file
View File

@ -0,0 +1,4 @@
{
"resolution": 1,
"cap_max": 2600000
}