-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.example.json
More file actions
105 lines (105 loc) · 2.33 KB
/
Copy pathconfig.example.json
File metadata and controls
105 lines (105 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"language": "fr",
"config": {
"project_name": "MyProject",
"training_mode": "gsplat",
"input_path": "",
"output_path": "",
"fps": 10,
"undistort": false,
"auto_brush": true,
"upscale": false,
"lang": "fr"
},
"colmap_params": {
"camera_model": "SIMPLE_PINHOLE",
"single_camera": true,
"max_image_size": 3200,
"max_num_features": 8192,
"estimate_affine_shape": false,
"domain_size_pooling": true,
"max_ratio": 0.8,
"max_distance": 0.7,
"cross_check": true,
"guided_matching": false,
"ba_refine_focal_length": true,
"ba_refine_principal_point": false,
"ba_refine_extra_params": true,
"min_num_matches": 15,
"matcher_type": "exhaustive",
"sequential_overlap": 30,
"undistort_images": false,
"thermal_throttling": false
},
"brush_params": {
"iterations": 30000,
"total_steps": 30000,
"start_iter": 0,
"refine_every": 200,
"growth_grad_threshold": 0.003,
"growth_select_fraction": 0.2,
"growth_stop_iter": 15000,
"max_splats": 10000000,
"checkpoint_interval": 7000,
"refine_mode": false,
"sh_degree": 3,
"device": "mps",
"custom_args": "",
"max_resolution": 0,
"with_viewer": true,
"independent": true,
"input_path": "",
"output_path": "",
"ply_name": "",
"show_details": false,
"build_mode": "release"
},
"sharp_params": {
"mode": "image",
"enabled": true,
"input_path": "",
"output_path": "",
"video_path": "",
"video_output_path": "",
"skip_frames": 1,
"checkpoint": "",
"device": "default",
"verbose": false,
"upscale": false
},
"upscale_params": {
"model_id": "realesrgan-x4plus",
"scale": 4,
"format": "jpg",
"tile": 0,
"tta": false,
"compression": 100
},
"extractor_360_params": {
"enabled": false,
"interval": 1.0,
"resolution": 2048,
"camera_count": 6,
"quality": 95,
"layout": "ring",
"format": "jpg",
"ai_mask": false,
"ai_skip": false,
"adaptive": false,
"motion_threshold": 0.5
},
"four_dgs_params": {
"active": false,
"input_path": "",
"output_path": "",
"fps": 5
},
"superplat_params": {
"splat_port": 3000,
"data_port": 8000,
"input_path": "",
"no_ui": false,
"cam_pos": "",
"cam_rot": ""
}
}