Upload folder using huggingface_hub
Browse files- ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16.json +31 -0
- ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16.safetensors +3 -0
- ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.json +17 -0
- ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.safetensors +3 -0
- ckpts/slat_dec_rf_swin8_B_64l8r16_fp16.json +18 -0
- ckpts/slat_dec_rf_swin8_B_64l8r16_fp16.safetensors +3 -0
- ckpts/ss_dec_conv3d_16l8_fp16.json +12 -0
- ckpts/ss_dec_conv3d_16l8_fp16.safetensors +3 -0
- pipeline.json +60 -0
- slat_config.json +142 -0
- slat_denoiser_ema0.9999_step0075000.pt +3 -0
- slat_pose_stats.json +92 -0
- stereo_config.json +116 -0
- stereo_denoiser_ema0.9999_step0055000.pt +3 -0
- stereo_pose_stats.json +94 -0
ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "SLatGaussianDecoder",
|
| 3 |
+
"args": {
|
| 4 |
+
"resolution": 64,
|
| 5 |
+
"model_channels": 768,
|
| 6 |
+
"latent_channels": 8,
|
| 7 |
+
"num_blocks": 12,
|
| 8 |
+
"num_heads": 12,
|
| 9 |
+
"mlp_ratio": 4,
|
| 10 |
+
"attn_mode": "swin",
|
| 11 |
+
"window_size": 8,
|
| 12 |
+
"use_fp16": true,
|
| 13 |
+
"representation_config": {
|
| 14 |
+
"lr": {
|
| 15 |
+
"_xyz": 1.0,
|
| 16 |
+
"_features_dc": 1.0,
|
| 17 |
+
"_opacity": 1.0,
|
| 18 |
+
"_scaling": 1.0,
|
| 19 |
+
"_rotation": 0.1
|
| 20 |
+
},
|
| 21 |
+
"perturb_offset": true,
|
| 22 |
+
"voxel_size": 1.5,
|
| 23 |
+
"num_gaussians": 32,
|
| 24 |
+
"2d_filter_kernel_size": 0.1,
|
| 25 |
+
"3d_filter_kernel_size": 9e-4,
|
| 26 |
+
"scaling_bias": 4e-3,
|
| 27 |
+
"opacity_bias": 0.1,
|
| 28 |
+
"scaling_activation": "softplus"
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38c84bcef5ce0af1f48b1b5558dabc7575a13346043c41a7e0610f1fa619a161
|
| 3 |
+
size 171450952
|
ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "SLatMeshDecoder",
|
| 3 |
+
"args": {
|
| 4 |
+
"resolution": 64,
|
| 5 |
+
"model_channels": 768,
|
| 6 |
+
"latent_channels": 8,
|
| 7 |
+
"num_blocks": 12,
|
| 8 |
+
"num_heads": 12,
|
| 9 |
+
"mlp_ratio": 4,
|
| 10 |
+
"attn_mode": "swin",
|
| 11 |
+
"window_size": 8,
|
| 12 |
+
"use_fp16": true,
|
| 13 |
+
"representation_config": {
|
| 14 |
+
"use_color": true
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e87aba94b5786407eb06d0502c1ed0885a0027a3f2b8537bfe15b0a92c01859
|
| 3 |
+
size 181903412
|
ckpts/slat_dec_rf_swin8_B_64l8r16_fp16.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "SLatRadianceFieldDecoder",
|
| 3 |
+
"args": {
|
| 4 |
+
"resolution": 64,
|
| 5 |
+
"model_channels": 768,
|
| 6 |
+
"latent_channels": 8,
|
| 7 |
+
"num_blocks": 12,
|
| 8 |
+
"num_heads": 12,
|
| 9 |
+
"mlp_ratio": 4,
|
| 10 |
+
"attn_mode": "swin",
|
| 11 |
+
"window_size": 8,
|
| 12 |
+
"use_fp16": true,
|
| 13 |
+
"representation_config": {
|
| 14 |
+
"rank": 16,
|
| 15 |
+
"dim": 8
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
}
|
ckpts/slat_dec_rf_swin8_B_64l8r16_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:737da6578d01948016b7c39786113af0d64a46f7922f6b8b5e698b84643be514
|
| 3 |
+
size 171450488
|
ckpts/ss_dec_conv3d_16l8_fp16.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
{
|
| 3 |
+
"name": "SparseStructureDecoder",
|
| 4 |
+
"args": {
|
| 5 |
+
"out_channels": 1,
|
| 6 |
+
"latent_channels": 8,
|
| 7 |
+
"num_res_blocks": 2,
|
| 8 |
+
"num_res_blocks_middle": 2,
|
| 9 |
+
"channels": [512, 128, 32],
|
| 10 |
+
"use_fp16": true
|
| 11 |
+
}
|
| 12 |
+
}
|
ckpts/ss_dec_conv3d_16l8_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c76d4a40519aa2d711cc263a8404105231ac26db31d946bed48b84fee79009a
|
| 3 |
+
size 147591972
|
pipeline.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "RecGenImageTo3DPipeline",
|
| 3 |
+
"args": {
|
| 4 |
+
"models": {
|
| 5 |
+
"sparse_structure_decoder": "ckpts/ss_dec_conv3d_16l8_fp16",
|
| 6 |
+
"sparse_structure_flow_model": "ckpts/ss_flow_img_dit_L_16l8_fp16",
|
| 7 |
+
"slat_decoder_gs": "ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16",
|
| 8 |
+
"slat_decoder_rf": "ckpts/slat_dec_rf_swin8_B_64l8r16_fp16",
|
| 9 |
+
"slat_decoder_mesh": "ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16",
|
| 10 |
+
"slat_flow_model": "ckpts/slat_flow_img_dit_L_64l8p2_fp16"
|
| 11 |
+
},
|
| 12 |
+
"sparse_structure_sampler": {
|
| 13 |
+
"name": "FlowEulerGuidanceIntervalSampler",
|
| 14 |
+
"args": {
|
| 15 |
+
"sigma_min": 1e-5
|
| 16 |
+
},
|
| 17 |
+
"params": {
|
| 18 |
+
"steps": 25,
|
| 19 |
+
"cfg_strength": 5.0,
|
| 20 |
+
"cfg_interval": [0.5, 1.0],
|
| 21 |
+
"rescale_t": 3.0
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
+
"slat_sampler": {
|
| 25 |
+
"name": "FlowEulerGuidanceIntervalSampler",
|
| 26 |
+
"args": {
|
| 27 |
+
"sigma_min": 1e-5
|
| 28 |
+
},
|
| 29 |
+
"params": {
|
| 30 |
+
"steps": 25,
|
| 31 |
+
"cfg_strength": 5.0,
|
| 32 |
+
"cfg_interval": [0.5, 1.0],
|
| 33 |
+
"rescale_t": 3.0
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"slat_normalization": {
|
| 37 |
+
"mean": [
|
| 38 |
+
-2.1687545776367188,
|
| 39 |
+
-0.004347046371549368,
|
| 40 |
+
-0.13352349400520325,
|
| 41 |
+
-0.08418072760105133,
|
| 42 |
+
-0.5271206498146057,
|
| 43 |
+
0.7238689064979553,
|
| 44 |
+
-1.1414450407028198,
|
| 45 |
+
1.2039363384246826
|
| 46 |
+
],
|
| 47 |
+
"std": [
|
| 48 |
+
2.377650737762451,
|
| 49 |
+
2.386378288269043,
|
| 50 |
+
2.124418020248413,
|
| 51 |
+
2.1748552322387695,
|
| 52 |
+
2.663944721221924,
|
| 53 |
+
2.371192216873169,
|
| 54 |
+
2.6217446327209473,
|
| 55 |
+
2.684523105621338
|
| 56 |
+
]
|
| 57 |
+
},
|
| 58 |
+
"image_cond_model": "dinov2_vitl14_reg"
|
| 59 |
+
}
|
| 60 |
+
}
|
slat_config.json
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"models": {
|
| 3 |
+
"denoiser": {
|
| 4 |
+
"name": "ElasticSLatCondFlowModel",
|
| 5 |
+
"args": {
|
| 6 |
+
"resolution": 64,
|
| 7 |
+
"in_channels": 8,
|
| 8 |
+
"out_channels": 8,
|
| 9 |
+
"model_channels": 1024,
|
| 10 |
+
"cond_channels": 1024,
|
| 11 |
+
"num_blocks": 24,
|
| 12 |
+
"num_heads": 16,
|
| 13 |
+
"mlp_ratio": 4,
|
| 14 |
+
"patch_size": 2,
|
| 15 |
+
"num_io_res_blocks": 2,
|
| 16 |
+
"io_block_channels": [
|
| 17 |
+
128
|
| 18 |
+
],
|
| 19 |
+
"pe_mode": "ape",
|
| 20 |
+
"qk_rms_norm": true,
|
| 21 |
+
"use_fp16": true,
|
| 22 |
+
"use_point_embedder": true,
|
| 23 |
+
"point_embedder_out_channels": 1024,
|
| 24 |
+
"use_mask_embedder": true,
|
| 25 |
+
"mask_embedder_out_channels": 1024,
|
| 26 |
+
"use_pose_embedder": true,
|
| 27 |
+
"pose_embedder_out_channels": 1024,
|
| 28 |
+
"pose_representation": "9d_translation_scale"
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"dataset": {
|
| 33 |
+
"name": "WebDatasetMultiViewStructuredLatent",
|
| 34 |
+
"s3_data_root": "s3://data_root",
|
| 35 |
+
"args": {
|
| 36 |
+
"shards": "ABO_wds/shard-{000000..000398},HSSD_wds/shard-{000000..000559},Objaverse_recgen_new_wds/shard-{000000..008374},Objaverse_recgen_new_wds/shard-{010000..018208},PartNeXt_wds_full/shard-{000000..001981}}.tar",
|
| 37 |
+
"num_views": 2,
|
| 38 |
+
"image_size": 518,
|
| 39 |
+
"min_aesthetic_score": 4.5,
|
| 40 |
+
"shuffle_buffer": 200,
|
| 41 |
+
"length": 189119,
|
| 42 |
+
"require_pose_data": true,
|
| 43 |
+
"require_pointmap": true,
|
| 44 |
+
"use_pose_normalization": true,
|
| 45 |
+
"pose_variant": "median_quantile_5per",
|
| 46 |
+
"mix_stereo_depth": true,
|
| 47 |
+
"normalization": {
|
| 48 |
+
"mean": [
|
| 49 |
+
-2.1687545776367188,
|
| 50 |
+
-0.004347046371549368,
|
| 51 |
+
-0.13352349400520325,
|
| 52 |
+
-0.08418072760105133,
|
| 53 |
+
-0.5271206498146057,
|
| 54 |
+
0.7238689064979553,
|
| 55 |
+
-1.1414450407028198,
|
| 56 |
+
1.2039363384246826
|
| 57 |
+
],
|
| 58 |
+
"std": [
|
| 59 |
+
2.377650737762451,
|
| 60 |
+
2.386378288269043,
|
| 61 |
+
2.124418020248413,
|
| 62 |
+
2.1748552322387695,
|
| 63 |
+
2.663944721221924,
|
| 64 |
+
2.371192216873169,
|
| 65 |
+
2.6217446327209473,
|
| 66 |
+
2.684523105621338
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"metadata_root": "/tmp/wds_metadata"
|
| 70 |
+
}
|
| 71 |
+
},
|
| 72 |
+
"trainer": {
|
| 73 |
+
"name": "MultiImageConditionedSparseFlowMatchingCFGTrainer",
|
| 74 |
+
"args": {
|
| 75 |
+
"max_steps": 100000,
|
| 76 |
+
"batch_size_per_gpu": 8,
|
| 77 |
+
"batch_split": 2,
|
| 78 |
+
"finetune_ckpt": {
|
| 79 |
+
"denoiser": "checkpoints/TRELLIS-image-large/ckpts/slat_flow_img_dit_L_64l8p2_fp16.pt"
|
| 80 |
+
},
|
| 81 |
+
"optimizer": {
|
| 82 |
+
"name": "AdamW",
|
| 83 |
+
"args": {
|
| 84 |
+
"lr": 0.0001,
|
| 85 |
+
"weight_decay": 0.0
|
| 86 |
+
}
|
| 87 |
+
},
|
| 88 |
+
"ema_rate": [
|
| 89 |
+
0.9999
|
| 90 |
+
],
|
| 91 |
+
"fp16_mode": "inflat_all",
|
| 92 |
+
"fp16_scale_growth": 0.001,
|
| 93 |
+
"elastic": {
|
| 94 |
+
"name": "LinearMemoryController",
|
| 95 |
+
"args": {
|
| 96 |
+
"target_ratio": 0.85,
|
| 97 |
+
"max_mem_ratio_start": 0.6
|
| 98 |
+
}
|
| 99 |
+
},
|
| 100 |
+
"grad_clip": {
|
| 101 |
+
"name": "AdaptiveGradClipper",
|
| 102 |
+
"args": {
|
| 103 |
+
"max_norm": 1.0,
|
| 104 |
+
"clip_percentile": 95
|
| 105 |
+
}
|
| 106 |
+
},
|
| 107 |
+
"i_print": 200,
|
| 108 |
+
"i_log": 200,
|
| 109 |
+
"i_sample": 1000,
|
| 110 |
+
"i_save": 5000,
|
| 111 |
+
"i_ddpcheck": 5000,
|
| 112 |
+
"p_uncond": 0.1,
|
| 113 |
+
"p_single_view": 0.33,
|
| 114 |
+
"single_view_drop_mode": "last",
|
| 115 |
+
"t_schedule": {
|
| 116 |
+
"name": "logitNormal",
|
| 117 |
+
"args": {
|
| 118 |
+
"mean": 1.0,
|
| 119 |
+
"std": 1.0
|
| 120 |
+
}
|
| 121 |
+
},
|
| 122 |
+
"sigma_min": 1e-05,
|
| 123 |
+
"image_cond_model": "dinov2_vitl14_reg",
|
| 124 |
+
"use_pose_conditioning": true,
|
| 125 |
+
"pose_representation": "9d_translation_scale",
|
| 126 |
+
"enable_snapshot": true
|
| 127 |
+
}
|
| 128 |
+
},
|
| 129 |
+
"use_wandb": true,
|
| 130 |
+
"wandb_name": "slat-multiview-2pose-s3",
|
| 131 |
+
"wandb_config": {
|
| 132 |
+
"experiment_type": "slat_multiview_2pose",
|
| 133 |
+
"datasets": [
|
| 134 |
+
"ABO_wds",
|
| 135 |
+
"HSSD_wds",
|
| 136 |
+
"Objaverse_recgen_new_wds",
|
| 137 |
+
"PartNeXt_wds"
|
| 138 |
+
],
|
| 139 |
+
"num_views": 2,
|
| 140 |
+
"notes": "SLat multi-view training with per-view additive pose conditioning (9D rotation). Stereo depth mixing, flexible view dropout (33% single), shared CFG dropout (10% uncond). Robust pose normalization (median_quantile_5per). S3 streaming."
|
| 141 |
+
}
|
| 142 |
+
}
|
slat_denoiser_ema0.9999_step0075000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30e1a77ff0112bc44b4776d9581104a6540863e2cf8a3b6281e73c11c8a67e9d
|
| 3 |
+
size 2405099466
|
slat_pose_stats.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0",
|
| 3 |
+
"total_samples": 3139624,
|
| 4 |
+
"total_filtered": 325187,
|
| 5 |
+
"total_skipped": 4,
|
| 6 |
+
"global_statistics": {
|
| 7 |
+
"6d_rotation": {
|
| 8 |
+
"mean": [
|
| 9 |
+
0.00672668259405818,
|
| 10 |
+
-0.00028748245331301585,
|
| 11 |
+
-0.00042603845627211357,
|
| 12 |
+
0.0003177030444939418,
|
| 13 |
+
-0.002702449791756494,
|
| 14 |
+
0.006512702087776858
|
| 15 |
+
],
|
| 16 |
+
"std": [
|
| 17 |
+
0.6698880635345893,
|
| 18 |
+
0.5178697258359981,
|
| 19 |
+
0.531991934265617,
|
| 20 |
+
0.6696462546694643,
|
| 21 |
+
0.5176897297354682,
|
| 22 |
+
0.532467293998094
|
| 23 |
+
],
|
| 24 |
+
"count": 3139624
|
| 25 |
+
},
|
| 26 |
+
"quaternion": {
|
| 27 |
+
"mean": [
|
| 28 |
+
0.40202742695880705,
|
| 29 |
+
0.3709366059007151,
|
| 30 |
+
-0.14091058618033667,
|
| 31 |
+
0.17420504011845106
|
| 32 |
+
],
|
| 33 |
+
"std": [
|
| 34 |
+
0.48802215631403023,
|
| 35 |
+
0.5074279705934912,
|
| 36 |
+
0.28583868614616614,
|
| 37 |
+
0.27059983034656887
|
| 38 |
+
],
|
| 39 |
+
"count": 3139624
|
| 40 |
+
},
|
| 41 |
+
"9d_rotation": {
|
| 42 |
+
"mean": [
|
| 43 |
+
0.00672668259405818,
|
| 44 |
+
0.0003177030444939418,
|
| 45 |
+
0.00010665358305283915,
|
| 46 |
+
-0.00028748245331301585,
|
| 47 |
+
-0.002702449791756494,
|
| 48 |
+
-0.6407421183758072,
|
| 49 |
+
-0.00042603845627211357,
|
| 50 |
+
0.006512702087776858,
|
| 51 |
+
-0.5897375744882928
|
| 52 |
+
],
|
| 53 |
+
"std": [
|
| 54 |
+
0.6698880635345893,
|
| 55 |
+
0.6696462546694643,
|
| 56 |
+
0.32059089002866686,
|
| 57 |
+
0.5178697258359981,
|
| 58 |
+
0.5176897297354682,
|
| 59 |
+
0.23076057571940659,
|
| 60 |
+
0.531991934265617,
|
| 61 |
+
0.532467293998094,
|
| 62 |
+
0.2926263062024619
|
| 63 |
+
],
|
| 64 |
+
"count": 3139624
|
| 65 |
+
},
|
| 66 |
+
"translation": {
|
| 67 |
+
"mean": [
|
| 68 |
+
0.49996764833757257,
|
| 69 |
+
0.49676753816020613,
|
| 70 |
+
0.6597641581284234
|
| 71 |
+
],
|
| 72 |
+
"std": [
|
| 73 |
+
0.08953293305302792,
|
| 74 |
+
0.10581431792818304,
|
| 75 |
+
0.16211090593499025
|
| 76 |
+
],
|
| 77 |
+
"count": 3139624
|
| 78 |
+
},
|
| 79 |
+
"scale": {
|
| 80 |
+
"mean": 1.2128176122797614,
|
| 81 |
+
"std": 0.29710298456089623,
|
| 82 |
+
"count": 3139624
|
| 83 |
+
}
|
| 84 |
+
},
|
| 85 |
+
"aggregated_from": [
|
| 86 |
+
"ABO_wds",
|
| 87 |
+
"HSSD_wds",
|
| 88 |
+
"Objaverse_recgen_new_wds",
|
| 89 |
+
"PartNeXt_wds_full"
|
| 90 |
+
],
|
| 91 |
+
"pose_variant": "median_quantile_5per"
|
| 92 |
+
}
|
stereo_config.json
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"models": {
|
| 3 |
+
"denoiser": {
|
| 4 |
+
"name": "SparseStructurePoseFlowModel",
|
| 5 |
+
"args": {
|
| 6 |
+
"resolution": 16,
|
| 7 |
+
"in_channels": 8,
|
| 8 |
+
"out_channels": 8,
|
| 9 |
+
"model_channels": 1024,
|
| 10 |
+
"cond_channels": 1024,
|
| 11 |
+
"num_blocks": 24,
|
| 12 |
+
"num_heads": 16,
|
| 13 |
+
"mlp_ratio": 4,
|
| 14 |
+
"patch_size": 1,
|
| 15 |
+
"pe_mode": "ape",
|
| 16 |
+
"qk_rms_norm": true,
|
| 17 |
+
"use_fp16": true,
|
| 18 |
+
"use_point_embedder": true,
|
| 19 |
+
"point_embedder_out_channels": 1024,
|
| 20 |
+
"use_mask_embedder": true,
|
| 21 |
+
"mask_embedder_out_channels": 1024,
|
| 22 |
+
"use_frame_token_embedder": true,
|
| 23 |
+
"pose_representation": "6d_translation_scale",
|
| 24 |
+
"num_pose_tokens": 2
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"dataset": {
|
| 29 |
+
"name": "WebDatasetMultiViewSparseStructureLatent",
|
| 30 |
+
"s3_data_root": "s3://data_root",
|
| 31 |
+
"args": {
|
| 32 |
+
"shards": "{ABO_wds/shard-{000000..000346},HSSD_wds/shard-{000000..000519},Objaverse_recgen_new_wds/shard-{000000..015735},PhysX3DParts_wds/shard-{000000..000933},PartNeXt_wds/shard-{000000..001528},PartNetMobility_wds/shard-{000000..000212}}.tar",
|
| 33 |
+
"num_views": 2,
|
| 34 |
+
"min_aesthetic_score": 0.0,
|
| 35 |
+
"image_size": 518,
|
| 36 |
+
"shuffle_buffer": 200,
|
| 37 |
+
"length": 198455,
|
| 38 |
+
"require_pose_data": true,
|
| 39 |
+
"require_pointmap": true,
|
| 40 |
+
"use_pose_normalization": true,
|
| 41 |
+
"pose_variant": "median_quantile_5per",
|
| 42 |
+
"mix_stereo_depth": true,
|
| 43 |
+
"blacklist_file": "blacklist.txt",
|
| 44 |
+
"metadata_root": ""
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"trainer": {
|
| 48 |
+
"name": "MultiImageConditionedFlowMatchingCFGTrainer",
|
| 49 |
+
"args": {
|
| 50 |
+
"max_steps": 100000,
|
| 51 |
+
"batch_size_per_gpu": 8,
|
| 52 |
+
"batch_split": 2,
|
| 53 |
+
"finetune_ckpt": {
|
| 54 |
+
"denoiser": "checkpoints/TRELLIS-image-large/ckpts/ss_flow_img_dit_L_16l8_fp16.pt"
|
| 55 |
+
},
|
| 56 |
+
"optimizer": {
|
| 57 |
+
"name": "AdamW",
|
| 58 |
+
"args": {
|
| 59 |
+
"lr": 0.0001,
|
| 60 |
+
"weight_decay": 0.0
|
| 61 |
+
}
|
| 62 |
+
},
|
| 63 |
+
"ema_rate": [
|
| 64 |
+
0.9999
|
| 65 |
+
],
|
| 66 |
+
"fp16_mode": "inflat_all",
|
| 67 |
+
"fp16_scale_growth": 0.001,
|
| 68 |
+
"grad_clip": {
|
| 69 |
+
"name": "AdaptiveGradClipper",
|
| 70 |
+
"args": {
|
| 71 |
+
"max_norm": 1.0,
|
| 72 |
+
"clip_percentile": 95
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
"i_print": 200,
|
| 76 |
+
"i_log": 200,
|
| 77 |
+
"i_sample": 1000,
|
| 78 |
+
"i_save": 5000,
|
| 79 |
+
"i_ddpcheck": 5000,
|
| 80 |
+
"generate_alignment_overlays": false,
|
| 81 |
+
"num_alignment_samples": 4,
|
| 82 |
+
"p_uncond": 0.1,
|
| 83 |
+
"p_single_view": 0.33,
|
| 84 |
+
"single_view_drop_mode": "last",
|
| 85 |
+
"t_schedule": {
|
| 86 |
+
"name": "logitNormal",
|
| 87 |
+
"args": {
|
| 88 |
+
"mean": 1.0,
|
| 89 |
+
"std": 1.0
|
| 90 |
+
}
|
| 91 |
+
},
|
| 92 |
+
"sigma_min": 1e-05,
|
| 93 |
+
"pose_alpha": 0.01,
|
| 94 |
+
"pose_representation": "6d_translation_scale",
|
| 95 |
+
"use_pose_normalization": true,
|
| 96 |
+
"image_cond_model": "dinov2_vitl14_reg"
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"use_wandb": true,
|
| 100 |
+
"wandb_name": "flexible-dropout-stereo-depth-frame-token-2pose-s3",
|
| 101 |
+
"wandb_config": {
|
| 102 |
+
"experiment_type": "multiview_flexible_dropout_stereo_depth_frame_token_2pose",
|
| 103 |
+
"datasets": [
|
| 104 |
+
"ABO_wds",
|
| 105 |
+
"HSSD_wds",
|
| 106 |
+
"Objaverse_recgen_new_wds",
|
| 107 |
+
"PhysX3DParts_wds",
|
| 108 |
+
"PartNeXt_wds",
|
| 109 |
+
"PartNetMobility_wds"
|
| 110 |
+
],
|
| 111 |
+
"num_views": 2,
|
| 112 |
+
"num_pose_tokens": 2,
|
| 113 |
+
"view_dropout": "66% both / 33% single (independent) + 10% uncond (CFG)",
|
| 114 |
+
"notes": "Multi-view training with 2 pose tokens (one per view). Learned per-frame token-type embeddings. Stereo depth mixing (50/50), flexible view dropout (33% single, pose loss masked for dropped view), shared CFG dropout (10% uncond). Robust pose normalization (median_quantile_5per). S3 streaming."
|
| 115 |
+
}
|
| 116 |
+
}
|
stereo_denoiser_ema0.9999_step0055000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1ab25e2567a815120a3d99f66be981ab6335ce937ebb660919c8db0ef8466c9
|
| 3 |
+
size 2242359709
|
stereo_pose_stats.json
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0",
|
| 3 |
+
"total_samples": 3399392,
|
| 4 |
+
"total_filtered": 333348,
|
| 5 |
+
"total_skipped": 0,
|
| 6 |
+
"global_statistics": {
|
| 7 |
+
"6d_rotation": {
|
| 8 |
+
"mean": [
|
| 9 |
+
0.009779387796884436,
|
| 10 |
+
-0.00044972407308648,
|
| 11 |
+
0.0006475642313313102,
|
| 12 |
+
-0.0007121744486558434,
|
| 13 |
+
-0.00437051658402508,
|
| 14 |
+
0.009057175830170358
|
| 15 |
+
],
|
| 16 |
+
"std": [
|
| 17 |
+
0.6690212855917725,
|
| 18 |
+
0.5105222770906866,
|
| 19 |
+
0.5400752420705095,
|
| 20 |
+
0.6679740185732931,
|
| 21 |
+
0.5105687598057009,
|
| 22 |
+
0.5413211728859146
|
| 23 |
+
],
|
| 24 |
+
"count": 3399392
|
| 25 |
+
},
|
| 26 |
+
"quaternion": {
|
| 27 |
+
"mean": [
|
| 28 |
+
0.4012234764027302,
|
| 29 |
+
0.36329670211172765,
|
| 30 |
+
-0.14045364267325602,
|
| 31 |
+
0.17961031083561407
|
| 32 |
+
],
|
| 33 |
+
"std": [
|
| 34 |
+
0.4853347332025693,
|
| 35 |
+
0.5074156435655324,
|
| 36 |
+
0.29313469814290605,
|
| 37 |
+
0.27586182932082876
|
| 38 |
+
],
|
| 39 |
+
"count": 3399392
|
| 40 |
+
},
|
| 41 |
+
"9d_rotation": {
|
| 42 |
+
"mean": [
|
| 43 |
+
0.009779387796884436,
|
| 44 |
+
-0.0007121744486558434,
|
| 45 |
+
9.94776112746347e-05,
|
| 46 |
+
-0.00044972407308648,
|
| 47 |
+
-0.00437051658402508,
|
| 48 |
+
-0.65288854961659,
|
| 49 |
+
0.0006475642313313102,
|
| 50 |
+
0.009057175830170358,
|
| 51 |
+
-0.5719704192662759
|
| 52 |
+
],
|
| 53 |
+
"std": [
|
| 54 |
+
0.6690212855917725,
|
| 55 |
+
0.6679740185732931,
|
| 56 |
+
0.32576844500383073,
|
| 57 |
+
0.5105222770906866,
|
| 58 |
+
0.5105687598057009,
|
| 59 |
+
0.22891872969699903,
|
| 60 |
+
0.5400752420705095,
|
| 61 |
+
0.5413211728859146,
|
| 62 |
+
0.29674484742279506
|
| 63 |
+
],
|
| 64 |
+
"count": 3399392
|
| 65 |
+
},
|
| 66 |
+
"translation": {
|
| 67 |
+
"mean": [
|
| 68 |
+
0.4999169444618038,
|
| 69 |
+
0.4941151961813019,
|
| 70 |
+
0.660972462961323
|
| 71 |
+
],
|
| 72 |
+
"std": [
|
| 73 |
+
0.08863329549734027,
|
| 74 |
+
0.1052032812508121,
|
| 75 |
+
0.1608558079515348
|
| 76 |
+
],
|
| 77 |
+
"count": 3399392
|
| 78 |
+
},
|
| 79 |
+
"scale": {
|
| 80 |
+
"mean": 1.20487141783028,
|
| 81 |
+
"std": 0.2952203182742648,
|
| 82 |
+
"count": 3399392
|
| 83 |
+
}
|
| 84 |
+
},
|
| 85 |
+
"aggregated_from": [
|
| 86 |
+
"ABO_wds",
|
| 87 |
+
"HSSD_wds",
|
| 88 |
+
"Objaverse_recgen_new_wds",
|
| 89 |
+
"PhysX3DParts_wds",
|
| 90 |
+
"PartNeXt_wds",
|
| 91 |
+
"PartNetMobility_wds"
|
| 92 |
+
],
|
| 93 |
+
"pose_variant": "median_quantile_5per"
|
| 94 |
+
}
|