hongchi commited on
Commit
0e4e95f
·
verified ·
1 Parent(s): 2e9191e

Add files using upload-large-folder tool

Browse files
checksums.sha256 ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 4048feaea1f42e472e51107ab6fe8c9b21b3b168c0cc653872aec329cebac028 perception/config.yaml
2
+ 753643179f13d8b96b05cb0755b6c53a252782d258f219a12a32161cfccaca6e reconstruction/flows/ss/config.yaml
3
+ 029f4c8c4fad0a418041c75380c6577ac63132e72cc18b8f6ad546f362c7ca20 reconstruction/flows/shape/config.yaml
4
+ 0056ef2f7fc2ab019d8291b51174b4b33914475830b971f42b92edefd85e653a reconstruction/flows/pbr/config.yaml
5
+ a1dc5f59baa98f554370b04d5d9e13dfa1be97891129fda5f781b56f11bf3627 reconstruction/vae/ss/config.json
6
+ cec8b0cd343da250c8aeb3490eede32e771626be7813ab373a3c6416439e6e8f reconstruction/vae/shape/config.json
7
+ 819bdb97bd60071d4cfd8b9a06f8f9627c46894e5d116d1e4ea3730302b0ce76 reconstruction/vae/pbr/config.json
8
+ e750b9a596de0aac39d7bf7af5edfb474837e0fb53b444e2d38892009298c149 reconstruction/stats/ss.json
9
+ 07905337d02795b082eb408ee636988367b975beee8bdaf5c26250cbd46d6d7f reconstruction/stats/shape.json
10
+ 08537b90775c8311f4c27c449d38b1d01acae2f84f1e10eccc28b4fdfd454868 reconstruction/stats/pbr.json
11
+ 3287ae602de46d5676175170f7fccf792d8ec5c4074475fd94088b79893da351 perception/model.pt
12
+ 8aa4cbddda325040fc78db2c272754af6ebe8ff2c55f6ec4f1964d8890f66035 external/dinov3_vitl16_pretrain_lvd1689m-8aa4cbdd.pth
13
+ 8393c21110be570cb5268bf359f01be4d19251ca478ccc7e6196cad3f44506cc reconstruction/flows/ss/model.pt
14
+ 556078d8021a1a33854e6bf6002c3ae9d388280e48f2087905eb8f31d1ea50e5 reconstruction/flows/shape/model.pt
15
+ ec8c572f7507ef28032c4969a619e99036c4555c13e4b48f6ccb21f09d46ed37 reconstruction/flows/pbr/model.pt
16
+ e273b68558dc9b6f62ea4c162987b9a786665e1ec049c915baef614aa3435fb7 reconstruction/vae/ss/ckpts/decoder.pt
17
+ a503c67a3c17e501d3b665e0f10a1548915883485d37c6c3e238a0243b4bbd10 reconstruction/vae/shape/ckpts/decoder.pt
18
+ 09fede1da7474eced1235e08ad7955ce7a67cb17f6d6d9addc8ee3d41b44890e reconstruction/vae/pbr/ckpts/decoder.pt
19
+ 5f1b856dffce79466fb18f5f0eefc08f08c673b24b3c05b20359c0b6d318a209 external/trellis2/shape_dec_next_dc_f16c32_fp16.json
20
+ e3b718d3e43e4f8780e9a24ac6fff231811a67e3b058e336e10fe654c911d581 external/trellis2/shape_dec_next_dc_f16c32_fp16.safetensors
21
+ 22074e4ab5b28e2b72d33a3fe61bf416134b89e12d0fc5c729f37da75da0c4d1 external/trellis2/tex_dec_next_dc_f16c32_fp16.json
22
+ 97ea69addea2ecd9312910f5f548234665eef51c088386180b7cd5b258645e3c external/trellis2/tex_dec_next_dc_f16c32_fp16.safetensors
external/dinov3_vitl16_pretrain_lvd1689m-8aa4cbdd.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aa4cbddda325040fc78db2c272754af6ebe8ff2c55f6ec4f1964d8890f66035
3
+ size 1213050671
external/trellis2/shape_dec_next_dc_f16c32_fp16.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "FlexiDualGridVaeDecoder",
3
+ "args": {
4
+ "resolution": 256,
5
+ "model_channels": [1024, 512, 256, 128, 64],
6
+ "latent_channels": 32,
7
+ "num_blocks": [4, 16, 8, 4, 0],
8
+ "block_type": [
9
+ "SparseConvNeXtBlock3d",
10
+ "SparseConvNeXtBlock3d",
11
+ "SparseConvNeXtBlock3d",
12
+ "SparseConvNeXtBlock3d",
13
+ "SparseConvNeXtBlock3d"
14
+ ],
15
+ "up_block_type": [
16
+ "SparseResBlockC2S3d",
17
+ "SparseResBlockC2S3d",
18
+ "SparseResBlockC2S3d",
19
+ "SparseResBlockC2S3d"
20
+ ],
21
+ "block_args": [{}, {}, {}, {}, {}],
22
+ "use_fp16": true
23
+ }
24
+ }
external/trellis2/shape_dec_next_dc_f16c32_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b718d3e43e4f8780e9a24ac6fff231811a67e3b058e336e10fe654c911d581
3
+ size 948490494
external/trellis2/tex_dec_next_dc_f16c32_fp16.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "SparseUnetVaeDecoder",
3
+ "args": {
4
+ "out_channels": 6,
5
+ "model_channels": [1024, 512, 256, 128, 64],
6
+ "latent_channels": 32,
7
+ "num_blocks": [4, 16, 8, 4, 0],
8
+ "block_type": [
9
+ "SparseConvNeXtBlock3d",
10
+ "SparseConvNeXtBlock3d",
11
+ "SparseConvNeXtBlock3d",
12
+ "SparseConvNeXtBlock3d",
13
+ "SparseConvNeXtBlock3d"
14
+ ],
15
+ "up_block_type": [
16
+ "SparseResBlockC2S3d",
17
+ "SparseResBlockC2S3d",
18
+ "SparseResBlockC2S3d",
19
+ "SparseResBlockC2S3d"
20
+ ],
21
+ "block_args": [{}, {}, {}, {}, {}],
22
+ "pred_subdiv": false,
23
+ "use_fp16": true
24
+ }
25
+ }
external/trellis2/tex_dec_next_dc_f16c32_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ea69addea2ecd9312910f5f548234665eef51c088386180b7cd5b258645e3c
3
+ size 948458812
licenses/DINOV3_LICENSE.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # DINOv3 License
2
+
3
+ *Last Updated: August 19, 2025*
4
+
5
+ **“Agreement”** means the terms and conditions for use, reproduction, distribution and modification of the DINO Materials set forth herein.
6
+
7
+ **“DINO Materials”** means, collectively, Documentation and the models, software and algorithms, including machine-learning model code, trained model weights, inference-enabling code, training-enabling code, fine-tuning enabling code, and other elements of the foregoing distributed by Meta and made available under this Agreement.
8
+
9
+ **“Documentation”** means the specifications, manuals and documentation accompanying
10
+ DINO Materials distributed by Meta.
11
+
12
+ **“Licensee”** or **“you”** means you, or your employer or any other person or entity (if you are entering into this Agreement on such person or entity’s behalf), of the age required under applicable laws, rules or regulations to provide legal consent and that has legal authority to bind your employer or such other person or entity if you are entering in this Agreement on their behalf.
13
+
14
+ **“Meta”** or **“we”** means Meta Platforms Ireland Limited (if you are located in or, if you are an entity, your principal place of business is in the EEA or Switzerland) or Meta Platforms, Inc. (if you are located outside of the EEA or Switzerland).
15
+
16
+ **“Sanctions”** means any economic or trade sanctions or restrictions administered or enforced by the United States (including the Office of Foreign Assets Control of the U.S. Department of the Treasury (“OFAC”), the U.S. Department of State and the U.S. Department of Commerce), the United Nations, the European Union, or the United Kingdom.
17
+
18
+ **“Trade Controls”** means any of the following: Sanctions and applicable export and import controls.
19
+
20
+ By clicking “I Accept” below or by using or distributing any portion or element of the DINO Materials, you agree to be bound by this Agreement.
21
+
22
+ ## 1. License Rights and Redistribution.
23
+
24
+ a. <ins>Grant of Rights</ins>. You are granted a non-exclusive, worldwide, non-transferable and royalty-free limited license under Meta’s intellectual property or other rights owned by Meta embodied in the DINO Materials to use, reproduce, distribute, copy, create derivative works of, and make modifications to the DINO Materials.
25
+
26
+ b. <ins>Redistribution and Use</ins>.
27
+
28
+ i. Distribution of DINO Materials, and any derivative works thereof, are subject to the terms of this Agreement. If you distribute or make the DINO Materials, or any derivative works thereof, available to a third party, you may only do so under the terms of this Agreement and you shall provide a copy of this Agreement with any such DINO Materials.
29
+
30
+ ii. If you submit for publication the results of research you perform on, using, or otherwise in connection with DINO Materials, you must acknowledge the use of DINO Materials in your publication.
31
+
32
+ iii. Your use of the DINO Materials must comply with applicable laws and regulations, including Trade Control Laws and applicable privacy and data protection laws.
33
+
34
+ iv. Your use of the DINO Materials will not involve or encourage others to reverse engineer, decompile or discover the underlying components of the DINO Materials.
35
+
36
+ v. You are not the target of Trade Controls and your use of DINO Materials must comply with Trade Controls. You agree not to use, or permit others to use, DINO Materials for any activities subject to the International Traffic in Arms Regulations (ITAR) or end uses prohibited by Trade Controls, including those related to military or warfare purposes, nuclear industries or applications, espionage, or the development or use of guns or illegal weapons.
37
+
38
+ ## 2. User Support.
39
+
40
+ Your use of the DINO Materials is done at your own discretion; Meta does not process any information nor provide any service in relation to such use. Meta is under no obligation to provide any support services for the DINO Materials. Any support provided is “as is”, “with all faults”, and without warranty of any kind.
41
+
42
+ ## 3. Disclaimer of Warranty.
43
+
44
+ UNLESS REQUIRED BY APPLICABLE LAW, THE DINO MATERIALS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF ANY KIND, AND META DISCLAIMS ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING THE DINO MATERIALS AND ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE DINO MATERIALS AND ANY OUTPUT AND RESULTS.
45
+
46
+ ## 4. Limitation of Liability.
47
+
48
+ IN NO EVENT WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING OUT OF THIS AGREEMENT, FOR ANY LOST PROFITS OR ANY DIRECT OR INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
49
+
50
+ ## 5. Intellectual Property.
51
+
52
+ a. Subject to Meta’s ownership of DINO Materials and derivatives made by or for Meta, with respect to any derivative works and modifications of the DINO Materials that are made by you, as between you and Meta, you are and will be the owner of such derivative works and modifications.
53
+
54
+ b. If you institute litigation or other proceedings against Meta or any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the DINO Materials, outputs or results, or any portion of any of the foregoing, constitutes infringement of intellectual property or other rights owned or licensable by you, then any licenses granted to you under this Agreement shall terminate as of the date such litigation or claim is filed or instituted. You will indemnify and hold harmless Meta from and against any claim by any third party arising out of or related to your use or distribution of the DINO Materials.
55
+
56
+ ## 6. Term and Termination.
57
+
58
+ The term of this Agreement will commence upon your acceptance of this Agreement or access to the DINO Materials and will continue in full force and effect until terminated in accordance with the terms and conditions herein. Meta may terminate this Agreement if you are in breach of any term or condition of this Agreement. Upon termination of this Agreement, you shall delete and cease use of the DINO Materials. Sections 3, 4 and 7 shall survive the termination of this Agreement.
59
+
60
+ ## 7. Governing Law and Jurisdiction.
61
+
62
+ This Agreement will be governed and construed under the laws of the State of California without regard to choice of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement. The courts of California shall have exclusive jurisdiction of any dispute arising out of this Agreement.
63
+
64
+ ## 8. Modifications and Amendments.
65
+
66
+ Meta may modify this Agreement from time to time; provided that they are similar in spirit to the current version of the Agreement, but may differ in detail to address new problems or concerns. All such changes will be effective immediately. Your continued use of the DINO Materials after any modification to this Agreement constitutes your agreement to such modification. Except as provided in this Agreement, no modification or addition to any provision of this Agreement will be binding unless it is in writing and signed by an authorized representative of both you and Meta.
licenses/TRELLIS2_LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE
manifest.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "fire3d_model_bundle_v1",
3
+ "source_commit": "44233d13bba7d03a7ec3f9ad9817abe283e7f85d",
4
+ "files": [
5
+ {
6
+ "path": "perception/config.yaml",
7
+ "bytes": 813,
8
+ "sha256": "4048feaea1f42e472e51107ab6fe8c9b21b3b168c0cc653872aec329cebac028"
9
+ },
10
+ {
11
+ "path": "reconstruction/flows/ss/config.yaml",
12
+ "bytes": 1373,
13
+ "sha256": "753643179f13d8b96b05cb0755b6c53a252782d258f219a12a32161cfccaca6e"
14
+ },
15
+ {
16
+ "path": "reconstruction/flows/shape/config.yaml",
17
+ "bytes": 1060,
18
+ "sha256": "029f4c8c4fad0a418041c75380c6577ac63132e72cc18b8f6ad546f362c7ca20"
19
+ },
20
+ {
21
+ "path": "reconstruction/flows/pbr/config.yaml",
22
+ "bytes": 1313,
23
+ "sha256": "0056ef2f7fc2ab019d8291b51174b4b33914475830b971f42b92edefd85e653a"
24
+ },
25
+ {
26
+ "path": "reconstruction/vae/ss/config.json",
27
+ "bytes": 432,
28
+ "sha256": "a1dc5f59baa98f554370b04d5d9e13dfa1be97891129fda5f781b56f11bf3627"
29
+ },
30
+ {
31
+ "path": "reconstruction/vae/shape/config.json",
32
+ "bytes": 2317,
33
+ "sha256": "cec8b0cd343da250c8aeb3490eede32e771626be7813ab373a3c6416439e6e8f"
34
+ },
35
+ {
36
+ "path": "reconstruction/vae/pbr/config.json",
37
+ "bytes": 2325,
38
+ "sha256": "819bdb97bd60071d4cfd8b9a06f8f9627c46894e5d116d1e4ea3730302b0ce76"
39
+ },
40
+ {
41
+ "path": "reconstruction/stats/ss.json",
42
+ "bytes": 605,
43
+ "sha256": "e750b9a596de0aac39d7bf7af5edfb474837e0fb53b444e2d38892009298c149"
44
+ },
45
+ {
46
+ "path": "reconstruction/stats/shape.json",
47
+ "bytes": 3106,
48
+ "sha256": "07905337d02795b082eb408ee636988367b975beee8bdaf5c26250cbd46d6d7f"
49
+ },
50
+ {
51
+ "path": "reconstruction/stats/pbr.json",
52
+ "bytes": 3119,
53
+ "sha256": "08537b90775c8311f4c27c449d38b1d01acae2f84f1e10eccc28b4fdfd454868"
54
+ },
55
+ {
56
+ "path": "perception/model.pt",
57
+ "bytes": 13596668831,
58
+ "sha256": "3287ae602de46d5676175170f7fccf792d8ec5c4074475fd94088b79893da351"
59
+ },
60
+ {
61
+ "path": "external/dinov3_vitl16_pretrain_lvd1689m-8aa4cbdd.pth",
62
+ "bytes": 1213050671,
63
+ "sha256": "8aa4cbddda325040fc78db2c272754af6ebe8ff2c55f6ec4f1964d8890f66035"
64
+ },
65
+ {
66
+ "path": "reconstruction/flows/ss/model.pt",
67
+ "bytes": 12904495773,
68
+ "sha256": "8393c21110be570cb5268bf359f01be4d19251ca478ccc7e6196cad3f44506cc"
69
+ },
70
+ {
71
+ "path": "reconstruction/flows/shape/model.pt",
72
+ "bytes": 12907239883,
73
+ "sha256": "556078d8021a1a33854e6bf6002c3ae9d388280e48f2087905eb8f31d1ea50e5"
74
+ },
75
+ {
76
+ "path": "reconstruction/flows/pbr/model.pt",
77
+ "bytes": 12913046327,
78
+ "sha256": "ec8c572f7507ef28032c4969a619e99036c4555c13e4b48f6ccb21f09d46ed37"
79
+ },
80
+ {
81
+ "path": "reconstruction/vae/ss/ckpts/decoder.pt",
82
+ "bytes": 351347261,
83
+ "sha256": "e273b68558dc9b6f62ea4c162987b9a786665e1ec049c915baef614aa3435fb7"
84
+ },
85
+ {
86
+ "path": "reconstruction/vae/shape/ckpts/decoder.pt",
87
+ "bytes": 3037655507,
88
+ "sha256": "a503c67a3c17e501d3b665e0f10a1548915883485d37c6c3e238a0243b4bbd10"
89
+ },
90
+ {
91
+ "path": "reconstruction/vae/pbr/ckpts/decoder.pt",
92
+ "bytes": 3037591047,
93
+ "sha256": "09fede1da7474eced1235e08ad7955ce7a67cb17f6d6d9addc8ee3d41b44890e"
94
+ },
95
+ {
96
+ "path": "external/trellis2/shape_dec_next_dc_f16c32_fp16.json",
97
+ "bytes": 678,
98
+ "sha256": "5f1b856dffce79466fb18f5f0eefc08f08c673b24b3c05b20359c0b6d318a209"
99
+ },
100
+ {
101
+ "path": "external/trellis2/shape_dec_next_dc_f16c32_fp16.safetensors",
102
+ "bytes": 948490494,
103
+ "sha256": "e3b718d3e43e4f8780e9a24ac6fff231811a67e3b058e336e10fe654c911d581"
104
+ },
105
+ {
106
+ "path": "external/trellis2/tex_dec_next_dc_f16c32_fp16.json",
107
+ "bytes": 705,
108
+ "sha256": "22074e4ab5b28e2b72d33a3fe61bf416134b89e12d0fc5c729f37da75da0c4d1"
109
+ },
110
+ {
111
+ "path": "external/trellis2/tex_dec_next_dc_f16c32_fp16.safetensors",
112
+ "bytes": 948458812,
113
+ "sha256": "97ea69addea2ecd9312910f5f548234665eef51c088386180b7cd5b258645e3c"
114
+ }
115
+ ]
116
+ }
perception/config.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ dino:
3
+ model_path: checkpoints/Fire3D/external/dinov3_vitl16_pretrain_lvd1689m-8aa4cbdd.pth
4
+ repo_dir: third_party/dinov3
5
+ point_unet:
6
+ conv_layers:
7
+ - 1024
8
+ - 1024
9
+ d_model: 1024
10
+ input_channels: 1024
11
+ max_len_input: 30000
12
+ max_len_output: 30000
13
+ sample_rate: 60
14
+ resolution: 256
15
+ scene_decoder:
16
+ cost_weights:
17
+ cls: 0.1
18
+ pos: 10.0
19
+ rot: 1.0
20
+ scl: 10.0
21
+ seg_dice: 0.0
22
+ seg_focal: 0.0
23
+ d_model: 1024
24
+ dim_feedforward: 4096
25
+ dropout: 0.1
26
+ dtype: float32
27
+ logit_scale: null
28
+ num_attn_heads: 16
29
+ num_bins: 1024
30
+ num_decoder_layers: 6
31
+ num_encoder_layers: 6
32
+ num_seg_encoder_layers: 6
33
+ seg_feat_dim: 1024
34
+ seg_feat_use_pose_transformer: false
35
+ seg_feat_with_spatial: true
36
+ seg_pos_input_first: false
perception/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3287ae602de46d5676175170f7fccf792d8ec5c4074475fd94088b79893da351
3
+ size 13596668831
reconstruction/flows/pbr/config.yaml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ resolution: 1024
3
+ max_cond_len: 512
4
+ shape_x2:
5
+ channels: 64
6
+ ckpt_root: not_required_for_inference
7
+ step: 300000
8
+ x2_latent_stats_path: stats/shape.json
9
+ normalize_condition: true
10
+ pbr_x2:
11
+ ckpt_root: not_required_for_inference
12
+ step: 140000
13
+ weights: normal
14
+ x2_latent_stats_path: stats/pbr.json
15
+ normalize_target: true
16
+ dino:
17
+ model_path: checkpoints/Fire3D/external/dinov3_vitl16_pretrain_lvd1689m-8aa4cbdd.pth
18
+ repo_dir: third_party/dinov3
19
+ model_name: dinov3_vitl16
20
+ downsample: 16
21
+ upsample: 4
22
+ anyup_model: anyup_multi_backbone
23
+ anyup_repo: wimmerth/anyup
24
+ anyup_source: github
25
+ anyup_use_natten: true
26
+ anyup_q_chunk_size: null
27
+ anyup_tile_grid: 0
28
+ anyup_frame_batch_size: 32
29
+ appearance_condition:
30
+ mode: dino_rgb
31
+ hidden_channels: 256
32
+ zero_init_residual: true
33
+ context_encoder:
34
+ type: fourier_add
35
+ channels: 1024
36
+ fourier_sample_rate: 60
37
+ flow_model_pbr_x2:
38
+ resolution: 8
39
+ in_channels: 128
40
+ model_channels: 1536
41
+ cond_channels: 1024
42
+ out_channels: 64
43
+ num_blocks: 30
44
+ mlp_ratio: 5.3334
45
+ num_heads: 12
46
+ pe_mode: rope
47
+ share_mod: true
48
+ initialization: scaled
49
+ qk_rms_norm: true
50
+ qk_rms_norm_cross: true
51
+ dtype: bfloat16
52
+ flow_trainer_pbr_x2:
53
+ p_uncond: 0.1
reconstruction/flows/pbr/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec8c572f7507ef28032c4969a619e99036c4555c13e4b48f6ccb21f09d46ed37
3
+ size 12913046327
reconstruction/flows/shape/config.yaml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ context_encoder:
3
+ channels: 1024
4
+ fourier_sample_rate: 60
5
+ type: fourier_add
6
+ dino:
7
+ anyup_frame_batch_size: 32
8
+ anyup_model: anyup_multi_backbone
9
+ anyup_q_chunk_size: null
10
+ anyup_repo: wimmerth/anyup
11
+ anyup_source: github
12
+ anyup_tile_grid: 0
13
+ anyup_use_natten: true
14
+ downsample: 16
15
+ model_name: dinov3_vitl16
16
+ model_path: checkpoints/Fire3D/external/dinov3_vitl16_pretrain_lvd1689m-8aa4cbdd.pth
17
+ repo_dir: third_party/dinov3
18
+ upsample: 4
19
+ flow_model_shape_x2:
20
+ cond_channels: 1024
21
+ dtype: bfloat16
22
+ in_channels: 64
23
+ initialization: scaled
24
+ mlp_ratio: 5.3334
25
+ model_channels: 1536
26
+ num_blocks: 30
27
+ num_heads: 12
28
+ out_channels: 64
29
+ pe_mode: rope
30
+ qk_rms_norm: true
31
+ qk_rms_norm_cross: true
32
+ resolution: 8
33
+ share_mod: true
34
+ flow_trainer_shape_x2:
35
+ p_uncond: 0.1
36
+ max_cond_len: 512
37
+ resolution: 1024
38
+ shape_x2:
39
+ ckpt_root: not_required_for_inference
40
+ normalize_target: true
41
+ step: 300000
42
+ use_ema: true
43
+ x2_latent_stats_path: stats/shape.json
reconstruction/flows/shape/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556078d8021a1a33854e6bf6002c3ae9d388280e48f2087905eb8f31d1ea50e5
3
+ size 12907239883
reconstruction/flows/ss/config.yaml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ architecture_contract: ss_flow_dit_1p3b_30block
3
+ resolution: 1024
4
+ max_cond_len: 512
5
+ ss_x2:
6
+ ckpt_root: not_required_for_inference
7
+ step: 150000
8
+ use_ema: true
9
+ encoder_sha256: 277ac6d5ee775c91e8f87b8832702d8900637a1de0dde61a2c02b01d9a88c50f
10
+ decoder_sha256: e273b68558dc9b6f62ea4c162987b9a786665e1ec049c915baef614aa3435fb7
11
+ latent_stats_path: stats/ss.json
12
+ normalize_target: true
13
+ dino:
14
+ model_path: checkpoints/Fire3D/external/dinov3_vitl16_pretrain_lvd1689m-8aa4cbdd.pth
15
+ repo_dir: third_party/dinov3
16
+ model_name: dinov3_vitl16
17
+ downsample: 16
18
+ upsample: 4
19
+ anyup_model: anyup_multi_backbone
20
+ anyup_repo: wimmerth/anyup
21
+ anyup_source: github
22
+ anyup_use_natten: true
23
+ anyup_q_chunk_size: null
24
+ anyup_tile_grid: 0
25
+ anyup_frame_batch_size: 32
26
+ context_encoder:
27
+ type: fourier_add
28
+ channels: 1024
29
+ fourier_sample_rate: 60
30
+ flow_model_ss_x2:
31
+ resolution: 2
32
+ in_channels: 8
33
+ model_channels: 1536
34
+ cond_channels: 1024
35
+ out_channels: 8
36
+ num_blocks: 30
37
+ mlp_ratio: 5.3334
38
+ num_heads: 12
39
+ pe_mode: rope
40
+ share_mod: true
41
+ initialization: scaled
42
+ qk_rms_norm: true
43
+ qk_rms_norm_cross: true
44
+ dtype: bfloat16
45
+ flow_trainer_ss_x2:
46
+ p_uncond: 0.1
47
+ sigma_min: 1.0e-05
48
+ t_schedule:
49
+ name: logitNormal
50
+ args:
51
+ mean: 0.0
52
+ std: 1.0
reconstruction/flows/ss/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8393c21110be570cb5268bf359f01be4d19251ca478ccc7e6196cad3f44506cc
3
+ size 12904495773
reconstruction/stats/pbr.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mean": [
3
+ -1.2530881520132582,
4
+ -0.0644102708389307,
5
+ -0.7399266055987785,
6
+ -0.1365513756104264,
7
+ 0.5397275362269194,
8
+ 1.1693843865055773,
9
+ -1.514487887653681,
10
+ 0.037953523986041196,
11
+ -0.2889096251842967,
12
+ 0.27990049725931104,
13
+ 1.4181384359895388,
14
+ -0.7111946507455881,
15
+ -0.04421815516382554,
16
+ -0.30952235166469616,
17
+ 1.6564486246780905,
18
+ 0.20859729017969073,
19
+ -0.07471541697798284,
20
+ -1.2614635283650841,
21
+ -0.4490158577763533,
22
+ -1.233356699746285,
23
+ 2.1988974748067425,
24
+ -0.5243069669412604,
25
+ 0.3144244186142196,
26
+ -2.0023037433352178,
27
+ -0.28452870543883635,
28
+ -1.2288716931565176,
29
+ 0.8244828972782933,
30
+ 1.4441342261270358,
31
+ 0.2605725707982873,
32
+ -0.40507863270951505,
33
+ -0.6095381897738819,
34
+ -0.4357614837589839,
35
+ -1.8657117961707692,
36
+ 0.39363504342237793,
37
+ -0.2264812673426604,
38
+ -0.5446211361610591,
39
+ 0.0030896135123082047,
40
+ -1.5074189737328731,
41
+ 1.073430743366407,
42
+ -0.9643111976383589,
43
+ -1.460471153191304,
44
+ -1.7866516101528973,
45
+ 0.5442364524877583,
46
+ 0.12003412973004589,
47
+ 0.7536710582642173,
48
+ 1.2207833914534052,
49
+ 1.7016359921323185,
50
+ 1.6506749064437212,
51
+ 0.793230652661255,
52
+ 0.624123491900255,
53
+ -1.6646427188375021,
54
+ 0.15883249465962523,
55
+ 1.217548800729256,
56
+ 0.14857753843741875,
57
+ -1.8226775270548452,
58
+ 0.10912069882061863,
59
+ -0.7278360678352538,
60
+ 1.274139466747097,
61
+ 1.0409139515942076,
62
+ 0.531477006582037,
63
+ 0.598248167546526,
64
+ -0.10740513896809228,
65
+ -2.277197662655617,
66
+ -0.5466407565965744
67
+ ],
68
+ "std": [
69
+ 3.412186904512614,
70
+ 2.9384485439333448,
71
+ 3.324394746733383,
72
+ 2.8891463309734218,
73
+ 2.886009885142246,
74
+ 3.323960847105297,
75
+ 3.4519958054416082,
76
+ 2.9985098262822674,
77
+ 2.806814801867064,
78
+ 3.1020154184199287,
79
+ 3.092588296563773,
80
+ 3.1324674906287724,
81
+ 3.2574565552219044,
82
+ 3.243428846339662,
83
+ 3.0241169947651043,
84
+ 3.1815865132572334,
85
+ 3.293989589882208,
86
+ 3.4094406772311614,
87
+ 3.013135536532646,
88
+ 3.347924285140075,
89
+ 3.2327068050374734,
90
+ 2.9533237529759493,
91
+ 2.904738970808989,
92
+ 3.352720432360656,
93
+ 3.1644252376237043,
94
+ 3.251613315736716,
95
+ 3.189641418405642,
96
+ 3.5413795595030426,
97
+ 3.116138470889567,
98
+ 3.290767796155729,
99
+ 3.104067488315055,
100
+ 3.1826304399708967,
101
+ 3.2797579614979298,
102
+ 3.0288388313914347,
103
+ 3.3784410887710776,
104
+ 2.8488685579783506,
105
+ 3.3183512482489563,
106
+ 3.440469689660593,
107
+ 3.151334366835851,
108
+ 3.0574139143767134,
109
+ 3.2559823597117195,
110
+ 3.3469977650173446,
111
+ 3.3886909516538273,
112
+ 2.9080701866920498,
113
+ 3.1594968225857336,
114
+ 3.1397524454379724,
115
+ 3.2624769811732546,
116
+ 3.6742524023505734,
117
+ 2.8513786873545586,
118
+ 3.1899667250930546,
119
+ 3.193213782422558,
120
+ 3.0741212801749187,
121
+ 3.2633019478341145,
122
+ 3.0572150070674864,
123
+ 3.417470174997646,
124
+ 2.817740529454644,
125
+ 3.161578366264936,
126
+ 3.528031470480318,
127
+ 3.0783456481092077,
128
+ 3.171894634752254,
129
+ 3.155113605129777,
130
+ 2.9321992974141695,
131
+ 3.2692030808535186,
132
+ 3.578945349828332
133
+ ]
134
+ }
reconstruction/stats/shape.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mean": [
3
+ -0.7776577605380027,
4
+ -1.2936228666092981,
5
+ -1.206440831577639,
6
+ -0.8769130581865774,
7
+ 0.18960350436556742,
8
+ -0.8451889436753804,
9
+ 1.6411195558092266,
10
+ 1.0552795333759404,
11
+ -1.3844880343285,
12
+ 0.20390584495799363,
13
+ 0.19908435592230894,
14
+ 3.1197074942171144,
15
+ 0.17253242222677925,
16
+ 0.031561189469286266,
17
+ -0.9432838360525516,
18
+ -0.7642676340698166,
19
+ 1.0066775542132944,
20
+ -1.7380333294626111,
21
+ -1.5619231741088793,
22
+ 2.3855181980446947,
23
+ 0.9315398585509564,
24
+ -0.1040801658344498,
25
+ -0.5641703034778778,
26
+ -1.236531129632454,
27
+ 0.9161513891766087,
28
+ 2.066042035826607,
29
+ -0.3216253273965856,
30
+ -1.054425551555024,
31
+ 0.5900211627425542,
32
+ 0.36915015167640625,
33
+ 0.967203787273073,
34
+ 0.446740841152798,
35
+ -1.0725630015210905,
36
+ 0.5076804648689592,
37
+ 2.700182772607809,
38
+ 0.761421811443835,
39
+ -1.378171405083318,
40
+ -0.4547186186312799,
41
+ 1.1334773120299095,
42
+ -0.5516793154399323,
43
+ -0.47746709124959763,
44
+ 0.28189800120043557,
45
+ 0.2576961321633689,
46
+ -1.0636101094044663,
47
+ 0.5325203342819825,
48
+ -1.4242167394409617,
49
+ -2.670677040850474,
50
+ -0.14180978060501856,
51
+ -1.2887991586815437,
52
+ -0.5235684905565179,
53
+ 1.4885889914623576,
54
+ 0.9153382936800939,
55
+ -0.7202170909881188,
56
+ 0.1379526393035327,
57
+ -0.20938882279266927,
58
+ 1.7209327567845416,
59
+ -0.626556586679683,
60
+ 0.24864341833518028,
61
+ -0.5540211849541379,
62
+ -0.8918273095438652,
63
+ -0.7780146502049409,
64
+ -0.047022300892850005,
65
+ -1.7581966117070083,
66
+ 0.4714581508038311
67
+ ],
68
+ "std": [
69
+ 3.428400538507661,
70
+ 2.72837795510951,
71
+ 2.698289742781287,
72
+ 2.682685117201153,
73
+ 2.8636821155066614,
74
+ 2.9379784620565377,
75
+ 2.893205450343826,
76
+ 3.0150836625233395,
77
+ 3.227969809348142,
78
+ 3.046945525612591,
79
+ 2.450091555477266,
80
+ 2.681365134790454,
81
+ 2.6452221235587854,
82
+ 2.6419692767299945,
83
+ 2.5862306215793476,
84
+ 2.759666835192369,
85
+ 3.2003196106856358,
86
+ 2.6927209213511,
87
+ 3.0031419899026424,
88
+ 2.6985225061326723,
89
+ 2.954754380577771,
90
+ 2.87953230491482,
91
+ 3.3803081416486753,
92
+ 3.085929311926291,
93
+ 2.813454647829508,
94
+ 3.301515523583041,
95
+ 2.7819123315608967,
96
+ 3.091944253536347,
97
+ 2.567092172792301,
98
+ 2.8242989412172226,
99
+ 2.7300794030336375,
100
+ 2.668082474958268,
101
+ 2.75768103611392,
102
+ 3.1602643716344683,
103
+ 3.3484137385078863,
104
+ 2.776258261756849,
105
+ 3.059299319836294,
106
+ 2.651993192262059,
107
+ 3.0045547215172146,
108
+ 2.6231992783967417,
109
+ 2.7609214392348886,
110
+ 2.7026728815053134,
111
+ 2.7772982083860422,
112
+ 2.940634794700367,
113
+ 2.680171366845329,
114
+ 2.8023016209020324,
115
+ 3.344501826330476,
116
+ 3.4078044304717947,
117
+ 3.1486357314416513,
118
+ 2.9178993376581386,
119
+ 2.90966251711458,
120
+ 2.9273996446740274,
121
+ 2.7816463515067023,
122
+ 2.4873022943969363,
123
+ 2.6381867442328053,
124
+ 2.9507718650134227,
125
+ 3.3240637042617456,
126
+ 2.7585888359439257,
127
+ 2.773062459816162,
128
+ 2.8789950445767634,
129
+ 2.8360884439144836,
130
+ 2.6397674682487513,
131
+ 3.0937074528501567,
132
+ 2.7810983367893085
133
+ ]
134
+ }
reconstruction/stats/ss.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "latent_channels": 8,
3
+ "latent_resolution": 2,
4
+ "mean": [
5
+ 0.21030242839569405,
6
+ -0.5397908850779628,
7
+ -0.28788196591802323,
8
+ 0.18075138519989759,
9
+ -0.17677796674967608,
10
+ -0.37965716547210293,
11
+ -0.195549894672861,
12
+ -0.11527484839260747
13
+ ],
14
+ "ss_vae": {
15
+ "encoder_sha256": "277ac6d5ee775c91e8f87b8832702d8900637a1de0dde61a2c02b01d9a88c50f",
16
+ "step": 150000
17
+ },
18
+ "std": [
19
+ 0.8063443907829375,
20
+ 0.7791472500352956,
21
+ 0.8876930471389157,
22
+ 0.6953510382911577,
23
+ 0.72782020959785,
24
+ 0.8676387775300276,
25
+ 0.6567746417187256,
26
+ 0.9477833679343537
27
+ ]
28
+ }
reconstruction/vae/pbr/ckpts/decoder.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09fede1da7474eced1235e08ad7955ce7a67cb17f6d6d9addc8ee3d41b44890e
3
+ size 3037591047
reconstruction/vae/pbr/config.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": {
3
+ "decoder": {
4
+ "name": "SparseUnetVaeDecoder",
5
+ "args": {
6
+ "out_channels": 32,
7
+ "model_channels": [
8
+ 1280,
9
+ 640,
10
+ 160
11
+ ],
12
+ "latent_channels": 64,
13
+ "num_blocks": [
14
+ 8,
15
+ 6,
16
+ 4
17
+ ],
18
+ "block_type": [
19
+ "SparseConvNeXtBlock3d",
20
+ "SparseConvNeXtBlock3d",
21
+ "SparseConvNeXtBlock3d"
22
+ ],
23
+ "up_block_type": [
24
+ "SparseResBlockC2S3d",
25
+ "SparseResBlockC2S3d"
26
+ ],
27
+ "block_args": [
28
+ {
29
+ "use_checkpoint": false
30
+ },
31
+ {
32
+ "use_checkpoint": false
33
+ },
34
+ {
35
+ "use_checkpoint": false
36
+ }
37
+ ],
38
+ "use_fp16": true,
39
+ "pred_subdiv": false
40
+ }
41
+ }
42
+ },
43
+ "dataset": {
44
+ "args": {
45
+ "pbr_slat_normalization": {
46
+ "mean": [
47
+ 3.501659,
48
+ 2.212398,
49
+ 2.226094,
50
+ 0.251093,
51
+ -0.026248,
52
+ -0.687364,
53
+ 0.439898,
54
+ -0.928075,
55
+ 0.029398,
56
+ -0.339596,
57
+ -0.869527,
58
+ 1.038479,
59
+ -0.972385,
60
+ 0.126042,
61
+ -1.129303,
62
+ 0.455149,
63
+ -1.209521,
64
+ 2.069067,
65
+ 0.544735,
66
+ 2.569128,
67
+ -0.323407,
68
+ 2.293,
69
+ -1.925608,
70
+ -1.217717,
71
+ 1.213905,
72
+ 0.971588,
73
+ -0.023631,
74
+ 0.10675,
75
+ 2.021786,
76
+ 0.250524,
77
+ -0.662387,
78
+ -0.768862
79
+ ],
80
+ "std": [
81
+ 2.665652,
82
+ 2.743913,
83
+ 2.765121,
84
+ 2.595319,
85
+ 3.037293,
86
+ 2.291316,
87
+ 2.144656,
88
+ 2.911822,
89
+ 2.969419,
90
+ 2.501689,
91
+ 2.154811,
92
+ 3.163343,
93
+ 2.621215,
94
+ 2.381943,
95
+ 3.186697,
96
+ 3.021588,
97
+ 2.295916,
98
+ 3.234985,
99
+ 3.233086,
100
+ 2.26014,
101
+ 2.874801,
102
+ 2.810596,
103
+ 3.29272,
104
+ 2.674999,
105
+ 2.680878,
106
+ 2.372054,
107
+ 2.451546,
108
+ 2.353556,
109
+ 2.995195,
110
+ 2.379849,
111
+ 2.786195,
112
+ 2.77519
113
+ ]
114
+ }
115
+ }
116
+ },
117
+ "trainer": {
118
+ "args": {
119
+ "ema_rate": 0.9999
120
+ }
121
+ }
122
+ }
reconstruction/vae/shape/ckpts/decoder.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a503c67a3c17e501d3b665e0f10a1548915883485d37c6c3e238a0243b4bbd10
3
+ size 3037655507
reconstruction/vae/shape/config.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": {
3
+ "decoder": {
4
+ "name": "SparseUnetVaeDecoder",
5
+ "args": {
6
+ "out_channels": 32,
7
+ "model_channels": [
8
+ 1280,
9
+ 640,
10
+ 160
11
+ ],
12
+ "latent_channels": 64,
13
+ "num_blocks": [
14
+ 8,
15
+ 6,
16
+ 4
17
+ ],
18
+ "block_type": [
19
+ "SparseConvNeXtBlock3d",
20
+ "SparseConvNeXtBlock3d",
21
+ "SparseConvNeXtBlock3d"
22
+ ],
23
+ "up_block_type": [
24
+ "SparseResBlockC2S3d",
25
+ "SparseResBlockC2S3d"
26
+ ],
27
+ "block_args": [
28
+ {
29
+ "use_checkpoint": false
30
+ },
31
+ {
32
+ "use_checkpoint": false
33
+ },
34
+ {
35
+ "use_checkpoint": false
36
+ }
37
+ ],
38
+ "use_fp16": true,
39
+ "pred_subdiv": true
40
+ }
41
+ }
42
+ },
43
+ "dataset": {
44
+ "args": {
45
+ "normalization": {
46
+ "mean": [
47
+ 0.781296,
48
+ 0.018091,
49
+ -0.495192,
50
+ -0.558457,
51
+ 1.06053,
52
+ 0.093252,
53
+ 1.518149,
54
+ -0.933218,
55
+ -0.732996,
56
+ 2.604095,
57
+ -0.118341,
58
+ -2.143904,
59
+ 0.495076,
60
+ -2.179512,
61
+ -2.130751,
62
+ -0.996944,
63
+ 0.261421,
64
+ -2.217463,
65
+ 1.260067,
66
+ -0.150213,
67
+ 3.790713,
68
+ 1.481266,
69
+ -1.046058,
70
+ -1.523667,
71
+ -0.059621,
72
+ 2.22078,
73
+ 1.621212,
74
+ 0.87723,
75
+ 0.567247,
76
+ -3.175944,
77
+ -3.186688,
78
+ 1.578665
79
+ ],
80
+ "std": [
81
+ 5.972266,
82
+ 4.706852,
83
+ 5.44501,
84
+ 5.209927,
85
+ 5.32022,
86
+ 4.547237,
87
+ 5.020802,
88
+ 5.444004,
89
+ 5.226681,
90
+ 5.683095,
91
+ 4.831436,
92
+ 5.286469,
93
+ 5.652043,
94
+ 5.367606,
95
+ 5.525084,
96
+ 4.730578,
97
+ 4.805265,
98
+ 5.124013,
99
+ 5.530808,
100
+ 5.619001,
101
+ 5.10393,
102
+ 5.41767,
103
+ 5.269677,
104
+ 5.547194,
105
+ 5.634698,
106
+ 5.235274,
107
+ 6.110351,
108
+ 5.511298,
109
+ 6.237273,
110
+ 4.879207,
111
+ 5.347008,
112
+ 5.405691
113
+ ]
114
+ }
115
+ }
116
+ },
117
+ "trainer": {
118
+ "args": {
119
+ "ema_rate": 0.9999
120
+ }
121
+ }
122
+ }
reconstruction/vae/ss/ckpts/decoder.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e273b68558dc9b6f62ea4c162987b9a786665e1ec049c915baef614aa3435fb7
3
+ size 351347261
reconstruction/vae/ss/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": {
3
+ "decoder": {
4
+ "name": "SparseStructureDecoder",
5
+ "args": {
6
+ "out_channels": 1,
7
+ "latent_channels": 8,
8
+ "num_res_blocks": 2,
9
+ "num_res_blocks_middle": 3,
10
+ "channels": [
11
+ 512,
12
+ 128,
13
+ 32
14
+ ],
15
+ "use_fp16": true
16
+ }
17
+ }
18
+ },
19
+ "dataset": {
20
+ "args": {}
21
+ },
22
+ "trainer": {
23
+ "args": {
24
+ "ema_rate": 0.9999
25
+ }
26
+ }
27
+ }