Closed Jun-Pu closed 4 months ago
https://github.com/jiawei-ren/dreamgaussian4d/assets/45352743/40b59051-07c7-4bc4-9d15-45bf32d16eee
input:
prompt:
mesh:
elevation: 0
ref_size: 256
density_thresh: 0.5
outdir: logs mesh_format: frames save_path: '' save_model: False
mvdream: False imagedream: False lambda_sd: 0 lambda_zero123: 1
stable_zero123: True lambda_svd: 0
batch_size: 14
iters: 500
iters_refine: 50
radius: 1.5
fovy: 49.1 # align with zero123 rendering setting (ref: https://github.com/cvlab-columbia/zero123/blob/main/objaverse-rendering/scripts/blender_script.py#L61
min_ver: -30
max_ver: 30
load:
train_geo: False
invert_bg_prob: 0. n_views: 4 t_max: 0.5
gui: False force_cuda_rast: True
H: 800 W: 800
optimize_gaussians: True position_lr_init: 0.001 position_lr_final: 0.00002 position_lr_delay_mult: 0.02 position_lr_max_steps: 500 feature_lr: 0.01 opacity_lr: 0.05 scaling_lr: 0.005 rotation_lr: 0.005
num_pts: 5000 sh_degree: 0 percent_dense: 0.1 density_start_iter: 3000 density_end_iter: 3000 densification_interval: 100 opacity_reset_interval: 700 densify_grad_threshold: 0.05
deformation_lr_init: 0.00064 deformation_lr_final: 0.00064 deformation_lr_delay_mult: 0.01 grid_lr_init: 0.0064 grid_lr_final: 0.0064
geom_lr: 0.0001 texture_lr: 0.2
deformation: net_width: 64 timebase_pe: 4 defor_depth: 1 posebase_pe: 10 scale_rotation_pe: 2 opacity_pe: 2 timenet_width: 64 timenet_output: 32 bounds: 1.6 plane_tv_weight: 0.0001 time_smoothness_weight: 0.01 l1_time_planes: 0.0001 kplanes_config: grid_dimensions: 2 input_coordinate_dim: 4 output_coordinate_dim: 32 resolution: [32, 32, 32, 12] multires: [1] no_grid: False no_mlp: False no_ds: False no_dr: False no_do: True use_res: True
data_mode: svd downsample_rate: 1
Update: https://github.com/jiawei-ren/dreamgaussian4d/assets/45352743/bba9ff21-ea09-47f0-b546-41f0ca2c6fe1
Comment the Line 255~256 at main_4d.py solves the problem.
Thx
Thanks so much for the inspiring work and your generous release of this code
https://github.com/jiawei-ren/dreamgaussian4d/assets/45352743/4d64b538-e25a-4801-a263-e6bcf22f83e1
I do not know why but I keep getting weird result like this👆, could you please have a look and help to figure it out?
Thx!