File size: 1,144 Bytes
fd5e0f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
name: basic

model:
  sky:
    value: 1e5 # to update
    oneformer:
      ckpt: 'tools/OneFormer/checkpoints/coco_pretrain_1280x1280_150_16_dinat_l_oneformer_ade20k_160k.pth'
      yaml: 'tools/OneFormer/configs/ade20k/dinat/coco_pretrain_oneformer_dinat_large_bs16_160k_1280x1280.yaml'
  vlm:
    llava:
      ckpt: 'llava-hf/bakLlava-v1-hf' # downloaded from hugging face
  mde:
    dpt_pro:
      ckpt: 'tools/DepthPro/checkpoints/depth_pro.pt'
  paint:
    fooocus:
      pass # it will load required checkpoints automaticly
  optimize:
    sd: 'sd-legacy/stable-diffusion-v1-5' # downloaded from hugging face
    lcm: 'latent-consistency/lcm-lora-sdv1-5'

scene:
  input:
    rgb: 'data/sd_readingroom/color.png'
    resize_long_edge: 512

  outpaint:
    outpaint_selections: ['Left','Right','Top','Bottom']
    outpaint_extend_times: 0.45

  traj: 
    n_sample: 10
    traj_type: 'spiral'
    near_percentage: 5
    far_percentage: 95
    traj_forward_ratio: 0.3
    traj_backward_ratio: 0.7

  gaussian:
    opt_iters_per_frame: 512
  
  mcs:
    steps: 10 # among 50 total steps
    n_view: 8
    rect_w: 0.7
    gsopt_iters: 256