File size: 699 Bytes
da48dbe
 
4a4217c
 
da48dbe
 
 
 
 
 
 
 
 
 
 
 
66ab6d4
de4d7c5
66ab6d4
da48dbe
66ab6d4
 
 
 
da48dbe
 
66ab6d4
da48dbe
 
 
487ee6d
ddda3eb
da48dbe
66ab6d4
da48dbe
 
 
0718695
de4d7c5
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
name: econ
ckpt_dir: "./data/ckpt/"
normal_path: "normal.ckpt"
ifnet_path: "ifnet.ckpt"
results_path: "./results"

net:
  in_nml: (('image',3), ('T_normal_F',3), ('T_normal_B',3))
  in_geo: (('normal_F',3), ('normal_B',3))

test_mode: True
batch_size: 1

dataset:
  prior_type: "SMPL"

vol_res: 256
mcube_res: 256
clean_mesh: True
cloth_overlap_thres: 0.50
body_overlap_thres: 0.00

# For crowded / occluded scene
# body_overlap_thres: 0.98

bni:
  k: 4
  lambda1: 1e-4
  boundary_consist: 1e-6
  poisson_depth: 10
  use_smpl: ["hand"]
  use_ifnet: False
  use_poisson: True
  hand_thres: 8e-2
  face_thres: 6e-2
  thickness: 0.02
  hps_type: "pixie"
  texture_src: "image"
  cut_intersection: True