You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
543 B
22 lines
543 B
9 months ago
|
model_config:
|
||
|
target: src.models.lrm_mesh.InstantMesh
|
||
|
params:
|
||
|
encoder_feat_dim: 768
|
||
|
encoder_freeze: false
|
||
|
encoder_model_name: facebook/dino-vitb16
|
||
|
transformer_dim: 1024
|
||
|
transformer_layers: 12
|
||
|
transformer_heads: 16
|
||
|
triplane_low_res: 32
|
||
|
triplane_high_res: 64
|
||
|
triplane_dim: 40
|
||
|
rendering_samples_per_ray: 96
|
||
|
grid_res: 128
|
||
|
grid_scale: 2.1
|
||
|
|
||
|
|
||
|
infer_config:
|
||
|
unet_path: ckpts/diffusion_pytorch_model.bin
|
||
|
model_path: ckpts/instant_mesh_base.ckpt
|
||
|
texture_resolution: 1024
|
||
|
render_resolution: 512
|