Image-to-3D
JasonYinnnn commited on
Commit
a48e51b
·
verified ·
1 Parent(s): 3b49278

update reference to TRELLIS

Browse files
Files changed (1) hide show
  1. ckpts/ss_enc_conv3d_16l8_fp16.json +0 -12
ckpts/ss_enc_conv3d_16l8_fp16.json DELETED
@@ -1,12 +0,0 @@
1
-
2
- {
3
- "name": "SparseStructureEncoder",
4
- "args": {
5
- "in_channels": 1,
6
- "latent_channels": 8,
7
- "num_res_blocks": 2,
8
- "num_res_blocks_middle": 2,
9
- "channels": [32, 128, 512],
10
- "use_fp16": true
11
- }
12
- }