mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-06-26 18:18:11 +00:00
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:
parent
a22a24bd7e
commit
37cf130180
4
configs/01.json
Normal file
4
configs/01.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 4,
|
||||||
|
"cap_max": 4400000
|
||||||
|
}
|
4
configs/03.json
Normal file
4
configs/03.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 1440000
|
||||||
|
}
|
4
configs/05.json
Normal file
4
configs/05.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 1000000
|
||||||
|
}
|
4
configs/06.json
Normal file
4
configs/06.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 5000000
|
||||||
|
}
|
4
configs/10.json
Normal file
4
configs/10.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 2850000
|
||||||
|
}
|
4
configs/13.json
Normal file
4
configs/13.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 3000000
|
||||||
|
}
|
4
configs/14.json
Normal file
4
configs/14.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 1380000
|
||||||
|
}
|
4
configs/15.json
Normal file
4
configs/15.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 1470000
|
||||||
|
}
|
5
configs/chair.json
Normal file
5
configs/chair.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 270000,
|
||||||
|
"white_background": true
|
||||||
|
}
|
5
configs/drjohnson.json
Normal file
5
configs/drjohnson.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"opacity_reg": 0.001,
|
||||||
|
"cap_max": 3400000
|
||||||
|
}
|
5
configs/drums.json
Normal file
5
configs/drums.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 350000,
|
||||||
|
"white_background": true
|
||||||
|
}
|
5
configs/ficus.json
Normal file
5
configs/ficus.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 300000,
|
||||||
|
"white_background": true
|
||||||
|
}
|
5
configs/hotdog.json
Normal file
5
configs/hotdog.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 150000,
|
||||||
|
"white_background": true
|
||||||
|
}
|
5
configs/lego.json
Normal file
5
configs/lego.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 325000,
|
||||||
|
"white_background": true
|
||||||
|
}
|
5
configs/materials.json
Normal file
5
configs/materials.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 290000,
|
||||||
|
"white_background": true
|
||||||
|
}
|
5
configs/mic.json
Normal file
5
configs/mic.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 320000,
|
||||||
|
"white_background": true
|
||||||
|
}
|
4
configs/playroom.json
Normal file
4
configs/playroom.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 2500000
|
||||||
|
}
|
4
configs/train.json
Normal file
4
configs/train.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 1100000
|
||||||
|
}
|
4
configs/truck.json
Normal file
4
configs/truck.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"resolution": 1,
|
||||||
|
"cap_max": 2600000
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user