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.
 
 

21 lines
519 B

model_config:
target: src.models.lrm.InstantNeRF
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
infer_config:
unet_path: ckpts/diffusion_pytorch_model.bin
model_path: ckpts/instant_nerf_base.ckpt
mesh_threshold: 10.0
mesh_resolution: 256
render_resolution: 384