diff --git a/configs/01.json b/configs/01.json new file mode 100644 index 0000000..8bebf44 --- /dev/null +++ b/configs/01.json @@ -0,0 +1,4 @@ +{ + "resolution": 4, + "cap_max": 4400000 +} \ No newline at end of file diff --git a/configs/03.json b/configs/03.json new file mode 100644 index 0000000..6a252af --- /dev/null +++ b/configs/03.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 1440000 +} \ No newline at end of file diff --git a/configs/05.json b/configs/05.json new file mode 100644 index 0000000..907048a --- /dev/null +++ b/configs/05.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 1000000 +} \ No newline at end of file diff --git a/configs/06.json b/configs/06.json new file mode 100644 index 0000000..a753df4 --- /dev/null +++ b/configs/06.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 5000000 +} \ No newline at end of file diff --git a/configs/10.json b/configs/10.json new file mode 100644 index 0000000..3bc753c --- /dev/null +++ b/configs/10.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 2850000 +} \ No newline at end of file diff --git a/configs/13.json b/configs/13.json new file mode 100644 index 0000000..cad8697 --- /dev/null +++ b/configs/13.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 3000000 +} \ No newline at end of file diff --git a/configs/14.json b/configs/14.json new file mode 100644 index 0000000..e308f3d --- /dev/null +++ b/configs/14.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 1380000 +} \ No newline at end of file diff --git a/configs/15.json b/configs/15.json new file mode 100644 index 0000000..5d452d0 --- /dev/null +++ b/configs/15.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 1470000 +} \ No newline at end of file diff --git a/configs/chair.json b/configs/chair.json new file mode 100644 index 0000000..2698db4 --- /dev/null +++ b/configs/chair.json @@ -0,0 +1,5 @@ +{ + "resolution": 1, + "cap_max": 270000, + "white_background": true +} \ No newline at end of file diff --git a/configs/drjohnson.json b/configs/drjohnson.json new file mode 100644 index 0000000..40970a8 --- /dev/null +++ b/configs/drjohnson.json @@ -0,0 +1,5 @@ +{ + "resolution": 1, + "opacity_reg": 0.001, + "cap_max": 3400000 +} \ No newline at end of file diff --git a/configs/drums.json b/configs/drums.json new file mode 100644 index 0000000..24c8ade --- /dev/null +++ b/configs/drums.json @@ -0,0 +1,5 @@ +{ + "resolution": 1, + "cap_max": 350000, + "white_background": true +} \ No newline at end of file diff --git a/configs/ficus.json b/configs/ficus.json new file mode 100644 index 0000000..e370aca --- /dev/null +++ b/configs/ficus.json @@ -0,0 +1,5 @@ +{ + "resolution": 1, + "cap_max": 300000, + "white_background": true +} \ No newline at end of file diff --git a/configs/hotdog.json b/configs/hotdog.json new file mode 100644 index 0000000..96f8edc --- /dev/null +++ b/configs/hotdog.json @@ -0,0 +1,5 @@ +{ + "resolution": 1, + "cap_max": 150000, + "white_background": true +} \ No newline at end of file diff --git a/configs/lego.json b/configs/lego.json new file mode 100644 index 0000000..12c5633 --- /dev/null +++ b/configs/lego.json @@ -0,0 +1,5 @@ +{ + "resolution": 1, + "cap_max": 325000, + "white_background": true +} \ No newline at end of file diff --git a/configs/materials.json b/configs/materials.json new file mode 100644 index 0000000..55242dd --- /dev/null +++ b/configs/materials.json @@ -0,0 +1,5 @@ +{ + "resolution": 1, + "cap_max": 290000, + "white_background": true +} \ No newline at end of file diff --git a/configs/mic.json b/configs/mic.json new file mode 100644 index 0000000..a6986dd --- /dev/null +++ b/configs/mic.json @@ -0,0 +1,5 @@ +{ + "resolution": 1, + "cap_max": 320000, + "white_background": true +} \ No newline at end of file diff --git a/configs/playroom.json b/configs/playroom.json new file mode 100644 index 0000000..025a08f --- /dev/null +++ b/configs/playroom.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 2500000 +} \ No newline at end of file diff --git a/configs/train.json b/configs/train.json new file mode 100644 index 0000000..0624258 --- /dev/null +++ b/configs/train.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 1100000 +} \ No newline at end of file diff --git a/configs/truck.json b/configs/truck.json new file mode 100644 index 0000000..3ff8259 --- /dev/null +++ b/configs/truck.json @@ -0,0 +1,4 @@ +{ + "resolution": 1, + "cap_max": 2600000 +} \ No newline at end of file