Image-to-3D
JasonYinnnn commited on
Commit
72d361f
·
verified ·
1 Parent(s): 7b8ad30

update reference to TRELLIS

Browse files
Files changed (1) hide show
  1. ckpts/ss_dec_conv3d_16l8_fp16.json +0 -12
ckpts/ss_dec_conv3d_16l8_fp16.json DELETED
@@ -1,12 +0,0 @@
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
- }