forked from zju3dv/4K4D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolid.yaml
25 lines (22 loc) · 856 Bytes
/
solid.yaml
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
configs: configs/specs/fp32.yaml # will load the model in fp32 mode
dataloader_cfg: &dataloader_cfg
dataset_cfg:
# prettier-ignore
view_sample: {{configs.dataloader_cfg.dataset_cfg.view_sample}} # use all images
# prettier-ignore
frame_sample: {{configs.dataloader_cfg.dataset_cfg.frame_sample}} # use all images
sampler_cfg:
# prettier-ignore
view_sample: {{configs.dataloader_cfg.sampler_cfg.view_sample}} # use all images
# prettier-ignore
frame_sample: {{configs.dataloader_cfg.sampler_cfg.frame_sample}} # use all images
val_dataloader_cfg: *dataloader_cfg
model_cfg:
sampler_cfg:
skip_loading_points: True
pts_per_pix: 15
compute_dtype: float
memory_dtype: float
dtype: float
use_cudagl: False
use_diffgl: True