xiaohui2022
commited on
Commit
•
5af4895
1
Parent(s):
0faa798
update cfg.yml, update vae ckpt
Browse files- test_data/ref_val_airplane.pt +3 -0
- test_data/ref_val_car.pt +3 -0
- test_data/ref_val_chair.pt +3 -0
- text2shape/car/cfg.yml +0 -14
- text2shape/car/checkpoints/vae_only.pt +3 -0
- text2shape/chair/cfg.yml +0 -14
- text2shape/chair/checkpoints/vae_only.pt +3 -0
- unconditional/airplane/cfg.yml +0 -14
- unconditional/airplane/checkpoints/vae_only.pt +3 -0
- unconditional/car/cfg.yml +0 -14
- unconditional/car/checkpoints/vae_only.pt +3 -0
- unconditional/chair/cfg.yml +0 -14
- unconditional/chair/checkpoints/vae_only.pt +3 -0
test_data/ref_val_airplane.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec7008947a1947282cb8a442cf27b99498212bbedbc91f1c959a04147398aacd
|
3 |
+
size 9960352
|
test_data/ref_val_car.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9969bd8d6af4b9927cedacc92ffad56ef20d28969ef3c9b6400c63c5bd86d2f3
|
3 |
+
size 8656976
|
test_data/ref_val_chair.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33478ad3acac45e6af893d2a6b57a11de01fac75d047f82ea59936df0f086a6a
|
3 |
+
size 16280496
|
text2shape/car/cfg.yml
CHANGED
@@ -14,14 +14,11 @@ data:
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
17 |
-
data_path: ''
|
18 |
dataset_scale: 1
|
19 |
dataset_type: shapenet15k
|
20 |
eval_test_split: 0
|
21 |
input_dim: 3
|
22 |
is_encode_whole_dataset_trainer: 0
|
23 |
-
is_load_pointflow2NS: 0
|
24 |
-
load_point_stat: ''
|
25 |
nclass: 55
|
26 |
noise_std: 0.1
|
27 |
noise_std_min: -1.0
|
@@ -69,12 +66,6 @@ ddpm:
|
|
69 |
num_steps: 1000
|
70 |
p2_gamma: 1.0
|
71 |
p2_k: 1.0
|
72 |
-
pointnet_luo: 0
|
73 |
-
pointnet_plus: 1
|
74 |
-
pointnet_pp: 3
|
75 |
-
pvc:
|
76 |
-
mlp_after_pvc: 0
|
77 |
-
use_small_model: 0
|
78 |
sched_mode: linear
|
79 |
time_dim: 64
|
80 |
use_bn: false
|
@@ -82,7 +73,6 @@ ddpm:
|
|
82 |
use_gn: true
|
83 |
use_new_timeemb: 0
|
84 |
use_p2_weight: 0
|
85 |
-
use_pvc: 0
|
86 |
with_se: 0
|
87 |
dpm:
|
88 |
train_encoder_only: 0
|
@@ -98,15 +88,11 @@ hash: 751100h
|
|
98 |
latent_pts:
|
99 |
ada_mlp_init_scale: 0.1
|
100 |
decoder_layer_out_dim: 32
|
101 |
-
dgcnn_last_hid: 0
|
102 |
encoder_layer_out_dim: 32
|
103 |
hid: 64
|
104 |
-
knn: 40
|
105 |
-
latent_as_pts: 0
|
106 |
latent_dim_ext:
|
107 |
- 64
|
108 |
mask_out_extra_latent: 0
|
109 |
-
n5layer: 1
|
110 |
normalization: bn
|
111 |
pts_sigma_offset: 0.0
|
112 |
pvd_mse_loss: 1
|
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
|
|
17 |
dataset_scale: 1
|
18 |
dataset_type: shapenet15k
|
19 |
eval_test_split: 0
|
20 |
input_dim: 3
|
21 |
is_encode_whole_dataset_trainer: 0
|
|
|
|
|
22 |
nclass: 55
|
23 |
noise_std: 0.1
|
24 |
noise_std_min: -1.0
|
|
|
66 |
num_steps: 1000
|
67 |
p2_gamma: 1.0
|
68 |
p2_k: 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
sched_mode: linear
|
70 |
time_dim: 64
|
71 |
use_bn: false
|
|
|
73 |
use_gn: true
|
74 |
use_new_timeemb: 0
|
75 |
use_p2_weight: 0
|
|
|
76 |
with_se: 0
|
77 |
dpm:
|
78 |
train_encoder_only: 0
|
|
|
88 |
latent_pts:
|
89 |
ada_mlp_init_scale: 0.1
|
90 |
decoder_layer_out_dim: 32
|
|
|
91 |
encoder_layer_out_dim: 32
|
92 |
hid: 64
|
|
|
|
|
93 |
latent_dim_ext:
|
94 |
- 64
|
95 |
mask_out_extra_latent: 0
|
|
|
96 |
normalization: bn
|
97 |
pts_sigma_offset: 0.0
|
98 |
pvd_mse_loss: 1
|
text2shape/car/checkpoints/vae_only.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1a4b2965d80b052b7646d2204f51b95bfb641acb4ec2780a3587c686868127e
|
3 |
+
size 89983483
|
text2shape/chair/cfg.yml
CHANGED
@@ -14,14 +14,11 @@ data:
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
17 |
-
data_path: ''
|
18 |
dataset_scale: 1
|
19 |
dataset_type: shapenet15k
|
20 |
eval_test_split: 0
|
21 |
input_dim: 3
|
22 |
is_encode_whole_dataset_trainer: 0
|
23 |
-
is_load_pointflow2NS: 0
|
24 |
-
load_point_stat: ''
|
25 |
nclass: 55
|
26 |
noise_std: 0.1
|
27 |
noise_std_min: -1.0
|
@@ -69,12 +66,6 @@ ddpm:
|
|
69 |
num_steps: 1000
|
70 |
p2_gamma: 1.0
|
71 |
p2_k: 1.0
|
72 |
-
pointnet_luo: 0
|
73 |
-
pointnet_plus: 1
|
74 |
-
pointnet_pp: 3
|
75 |
-
pvc:
|
76 |
-
mlp_after_pvc: 0
|
77 |
-
use_small_model: 0
|
78 |
sched_mode: linear
|
79 |
time_dim: 64
|
80 |
use_bn: false
|
@@ -82,7 +73,6 @@ ddpm:
|
|
82 |
use_gn: true
|
83 |
use_new_timeemb: 0
|
84 |
use_p2_weight: 0
|
85 |
-
use_pvc: 0
|
86 |
with_se: 0
|
87 |
dpm:
|
88 |
train_encoder_only: 0
|
@@ -98,15 +88,11 @@ hash: 71981dh
|
|
98 |
latent_pts:
|
99 |
ada_mlp_init_scale: 0.1
|
100 |
decoder_layer_out_dim: 32
|
101 |
-
dgcnn_last_hid: 0
|
102 |
encoder_layer_out_dim: 32
|
103 |
hid: 64
|
104 |
-
knn: 40
|
105 |
-
latent_as_pts: 0
|
106 |
latent_dim_ext:
|
107 |
- 64
|
108 |
mask_out_extra_latent: 0
|
109 |
-
n5layer: 1
|
110 |
normalization: bn
|
111 |
pts_sigma_offset: 0.0
|
112 |
pvd_mse_loss: 1
|
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
|
|
17 |
dataset_scale: 1
|
18 |
dataset_type: shapenet15k
|
19 |
eval_test_split: 0
|
20 |
input_dim: 3
|
21 |
is_encode_whole_dataset_trainer: 0
|
|
|
|
|
22 |
nclass: 55
|
23 |
noise_std: 0.1
|
24 |
noise_std_min: -1.0
|
|
|
66 |
num_steps: 1000
|
67 |
p2_gamma: 1.0
|
68 |
p2_k: 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
sched_mode: linear
|
70 |
time_dim: 64
|
71 |
use_bn: false
|
|
|
73 |
use_gn: true
|
74 |
use_new_timeemb: 0
|
75 |
use_p2_weight: 0
|
|
|
76 |
with_se: 0
|
77 |
dpm:
|
78 |
train_encoder_only: 0
|
|
|
88 |
latent_pts:
|
89 |
ada_mlp_init_scale: 0.1
|
90 |
decoder_layer_out_dim: 32
|
|
|
91 |
encoder_layer_out_dim: 32
|
92 |
hid: 64
|
|
|
|
|
93 |
latent_dim_ext:
|
94 |
- 64
|
95 |
mask_out_extra_latent: 0
|
|
|
96 |
normalization: bn
|
97 |
pts_sigma_offset: 0.0
|
98 |
pvd_mse_loss: 1
|
text2shape/chair/checkpoints/vae_only.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd224901ccbe1721fb4320bca710cc5a718ad6c634805bff00899d12ed9b06bd
|
3 |
+
size 89983483
|
unconditional/airplane/cfg.yml
CHANGED
@@ -14,14 +14,11 @@ data:
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
17 |
-
data_path: ''
|
18 |
dataset_scale: 1
|
19 |
dataset_type: shapenet15k
|
20 |
eval_test_split: 0
|
21 |
input_dim: -1
|
22 |
is_encode_whole_dataset_trainer: 0
|
23 |
-
is_load_pointflow2NS: 0
|
24 |
-
load_point_stat: ''
|
25 |
nclass: 55
|
26 |
noise_std: 0.1
|
27 |
noise_std_min: -1.0
|
@@ -69,12 +66,6 @@ ddpm:
|
|
69 |
num_steps: 1000
|
70 |
p2_gamma: 1.0
|
71 |
p2_k: 1.0
|
72 |
-
pointnet_luo: 0
|
73 |
-
pointnet_plus: 1
|
74 |
-
pointnet_pp: 3
|
75 |
-
pvc:
|
76 |
-
mlp_after_pvc: 0
|
77 |
-
use_small_model: 0
|
78 |
sched_mode: linear
|
79 |
time_dim: 64
|
80 |
use_bn: false
|
@@ -82,7 +73,6 @@ ddpm:
|
|
82 |
use_gn: true
|
83 |
use_new_timeemb: 0
|
84 |
use_p2_weight: 0
|
85 |
-
use_pvc: 0
|
86 |
with_se: 0
|
87 |
dpm:
|
88 |
train_encoder_only: 0
|
@@ -98,15 +88,11 @@ hash: cb8fb3h
|
|
98 |
latent_pts:
|
99 |
ada_mlp_init_scale: 0.1
|
100 |
decoder_layer_out_dim: 32
|
101 |
-
dgcnn_last_hid: 0
|
102 |
encoder_layer_out_dim: 32
|
103 |
hid: 64
|
104 |
-
knn: 40
|
105 |
-
latent_as_pts: 0
|
106 |
latent_dim_ext:
|
107 |
- 64
|
108 |
mask_out_extra_latent: 0
|
109 |
-
n5layer: 1
|
110 |
normalization: bn
|
111 |
pts_sigma_offset: 0.0
|
112 |
pvd_mse_loss: 1
|
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
|
|
17 |
dataset_scale: 1
|
18 |
dataset_type: shapenet15k
|
19 |
eval_test_split: 0
|
20 |
input_dim: -1
|
21 |
is_encode_whole_dataset_trainer: 0
|
|
|
|
|
22 |
nclass: 55
|
23 |
noise_std: 0.1
|
24 |
noise_std_min: -1.0
|
|
|
66 |
num_steps: 1000
|
67 |
p2_gamma: 1.0
|
68 |
p2_k: 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
sched_mode: linear
|
70 |
time_dim: 64
|
71 |
use_bn: false
|
|
|
73 |
use_gn: true
|
74 |
use_new_timeemb: 0
|
75 |
use_p2_weight: 0
|
|
|
76 |
with_se: 0
|
77 |
dpm:
|
78 |
train_encoder_only: 0
|
|
|
88 |
latent_pts:
|
89 |
ada_mlp_init_scale: 0.1
|
90 |
decoder_layer_out_dim: 32
|
|
|
91 |
encoder_layer_out_dim: 32
|
92 |
hid: 64
|
|
|
|
|
93 |
latent_dim_ext:
|
94 |
- 64
|
95 |
mask_out_extra_latent: 0
|
|
|
96 |
normalization: bn
|
97 |
pts_sigma_offset: 0.0
|
98 |
pvd_mse_loss: 1
|
unconditional/airplane/checkpoints/vae_only.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e478eeda85679802c69f25917fa9b29aa9cfc7093857529b9f90cf2f039a6de
|
3 |
+
size 89983483
|
unconditional/car/cfg.yml
CHANGED
@@ -14,14 +14,11 @@ data:
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
17 |
-
data_path: ''
|
18 |
dataset_scale: 1
|
19 |
dataset_type: shapenet15k
|
20 |
eval_test_split: 0
|
21 |
input_dim: -1
|
22 |
is_encode_whole_dataset_trainer: 0
|
23 |
-
is_load_pointflow2NS: 0
|
24 |
-
load_point_stat: ''
|
25 |
nclass: 55
|
26 |
noise_std: 0.1
|
27 |
noise_std_min: -1.0
|
@@ -69,12 +66,6 @@ ddpm:
|
|
69 |
num_steps: 1000
|
70 |
p2_gamma: 1.0
|
71 |
p2_k: 1.0
|
72 |
-
pointnet_luo: 0
|
73 |
-
pointnet_plus: 1
|
74 |
-
pointnet_pp: 3
|
75 |
-
pvc:
|
76 |
-
mlp_after_pvc: 0
|
77 |
-
use_small_model: 0
|
78 |
sched_mode: linear
|
79 |
time_dim: 64
|
80 |
use_bn: false
|
@@ -82,7 +73,6 @@ ddpm:
|
|
82 |
use_gn: true
|
83 |
use_new_timeemb: 0
|
84 |
use_p2_weight: 0
|
85 |
-
use_pvc: 0
|
86 |
with_se: 0
|
87 |
dpm:
|
88 |
train_encoder_only: 0
|
@@ -98,15 +88,11 @@ hash: fbb941h
|
|
98 |
latent_pts:
|
99 |
ada_mlp_init_scale: 0.1
|
100 |
decoder_layer_out_dim: 32
|
101 |
-
dgcnn_last_hid: 0
|
102 |
encoder_layer_out_dim: 32
|
103 |
hid: 64
|
104 |
-
knn: 40
|
105 |
-
latent_as_pts: 0
|
106 |
latent_dim_ext:
|
107 |
- 64
|
108 |
mask_out_extra_latent: 0
|
109 |
-
n5layer: 1
|
110 |
normalization: bn
|
111 |
pts_sigma_offset: 0.0
|
112 |
pvd_mse_loss: 1
|
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
|
|
17 |
dataset_scale: 1
|
18 |
dataset_type: shapenet15k
|
19 |
eval_test_split: 0
|
20 |
input_dim: -1
|
21 |
is_encode_whole_dataset_trainer: 0
|
|
|
|
|
22 |
nclass: 55
|
23 |
noise_std: 0.1
|
24 |
noise_std_min: -1.0
|
|
|
66 |
num_steps: 1000
|
67 |
p2_gamma: 1.0
|
68 |
p2_k: 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
sched_mode: linear
|
70 |
time_dim: 64
|
71 |
use_bn: false
|
|
|
73 |
use_gn: true
|
74 |
use_new_timeemb: 0
|
75 |
use_p2_weight: 0
|
|
|
76 |
with_se: 0
|
77 |
dpm:
|
78 |
train_encoder_only: 0
|
|
|
88 |
latent_pts:
|
89 |
ada_mlp_init_scale: 0.1
|
90 |
decoder_layer_out_dim: 32
|
|
|
91 |
encoder_layer_out_dim: 32
|
92 |
hid: 64
|
|
|
|
|
93 |
latent_dim_ext:
|
94 |
- 64
|
95 |
mask_out_extra_latent: 0
|
|
|
96 |
normalization: bn
|
97 |
pts_sigma_offset: 0.0
|
98 |
pvd_mse_loss: 1
|
unconditional/car/checkpoints/vae_only.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5c7a2ce894f4c40ee9788b9d9a14f55285024d854e53fa90b0a26718c730044
|
3 |
+
size 89983483
|
unconditional/chair/cfg.yml
CHANGED
@@ -14,14 +14,11 @@ data:
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
17 |
-
data_path: ''
|
18 |
dataset_scale: 1
|
19 |
dataset_type: shapenet15k
|
20 |
eval_test_split: 0
|
21 |
input_dim: -1
|
22 |
is_encode_whole_dataset_trainer: 0
|
23 |
-
is_load_pointflow2NS: 0
|
24 |
-
load_point_stat: ''
|
25 |
nclass: 55
|
26 |
noise_std: 0.1
|
27 |
noise_std_min: -1.0
|
@@ -69,12 +66,6 @@ ddpm:
|
|
69 |
num_steps: 1000
|
70 |
p2_gamma: 1.0
|
71 |
p2_k: 1.0
|
72 |
-
pointnet_luo: 0
|
73 |
-
pointnet_plus: 1
|
74 |
-
pointnet_pp: 3
|
75 |
-
pvc:
|
76 |
-
mlp_after_pvc: 0
|
77 |
-
use_small_model: 0
|
78 |
sched_mode: linear
|
79 |
time_dim: 64
|
80 |
use_bn: false
|
@@ -82,7 +73,6 @@ ddpm:
|
|
82 |
use_gn: true
|
83 |
use_new_timeemb: 0
|
84 |
use_p2_weight: 0
|
85 |
-
use_pvc: 0
|
86 |
with_se: 0
|
87 |
dpm:
|
88 |
train_encoder_only: 0
|
@@ -98,15 +88,11 @@ hash: afc967h
|
|
98 |
latent_pts:
|
99 |
ada_mlp_init_scale: 0.1
|
100 |
decoder_layer_out_dim: 32
|
101 |
-
dgcnn_last_hid: 0
|
102 |
encoder_layer_out_dim: 32
|
103 |
hid: 64
|
104 |
-
knn: 40
|
105 |
-
latent_as_pts: 0
|
106 |
latent_dim_ext:
|
107 |
- 64
|
108 |
mask_out_extra_latent: 0
|
109 |
-
n5layer: 1
|
110 |
normalization: bn
|
111 |
pts_sigma_offset: 0.0
|
112 |
pvd_mse_loss: 1
|
|
|
14 |
cond_on_cat: 0
|
15 |
cond_on_voxel: 0
|
16 |
data_dir: data/ShapeNetCore.v2.PC15k
|
|
|
17 |
dataset_scale: 1
|
18 |
dataset_type: shapenet15k
|
19 |
eval_test_split: 0
|
20 |
input_dim: -1
|
21 |
is_encode_whole_dataset_trainer: 0
|
|
|
|
|
22 |
nclass: 55
|
23 |
noise_std: 0.1
|
24 |
noise_std_min: -1.0
|
|
|
66 |
num_steps: 1000
|
67 |
p2_gamma: 1.0
|
68 |
p2_k: 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
sched_mode: linear
|
70 |
time_dim: 64
|
71 |
use_bn: false
|
|
|
73 |
use_gn: true
|
74 |
use_new_timeemb: 0
|
75 |
use_p2_weight: 0
|
|
|
76 |
with_se: 0
|
77 |
dpm:
|
78 |
train_encoder_only: 0
|
|
|
88 |
latent_pts:
|
89 |
ada_mlp_init_scale: 0.1
|
90 |
decoder_layer_out_dim: 32
|
|
|
91 |
encoder_layer_out_dim: 32
|
92 |
hid: 64
|
|
|
|
|
93 |
latent_dim_ext:
|
94 |
- 64
|
95 |
mask_out_extra_latent: 0
|
|
|
96 |
normalization: bn
|
97 |
pts_sigma_offset: 0.0
|
98 |
pvd_mse_loss: 1
|
unconditional/chair/checkpoints/vae_only.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:184748ffb3be6499f533c4fce04f3c4b0cc7248eefd8fb2466a32702dbf28b00
|
3 |
+
size 89983483
|