Skip to content

Train Configs for BLEFF #34

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
HannahHaensen opened this issue Jan 3, 2023 · 3 comments
Closed

Train Configs for BLEFF #34

HannahHaensen opened this issue Jan 3, 2023 · 3 comments

Comments

@HannahHaensen
Copy link

Hey could you please share the configs for training Nerfmm on the Bleff Dataset?

Best Regards!

@ziruiw-dev
Copy link
Collaborator

Sorry about the delay. I have to dig into our old logs. We use this config for most BLEFF experiments:

alias='',
dir_enc_inc_in=True, 
dir_enc_levels=4, 
epoch=10000, 
eval_cam_interval=5, 
eval_img_interval=100, 
eval_img_num=1, 
eval_skip=1,
focal_lr=0.001, 
focal_lr_gamma=0.9, 
focal_milestones=range(0, 10000, 100), 
focal_order=2, 
fx_only=True, 
gpu_id=0, 
hidden_dims=128, 
learn_R=True, 
learn_focal=True, 
learn_t=True, 
multi_gpu=False, 
num_relu_epoch=0, 
num_rows_eval_img=10, 
num_sample=128, 
optimizer='Adam', 
pos_enc_inc_in=True, 
pos_enc_levels=10, 
pose_lr=0.001, 
pose_lr_gamma=0.9, 
pose_milestones=range(0, 10000, 100), 
rand_seed=17, 
res_dims=512, 
resize_ratio=2, 
scene_name='mix_rt/t005r005/bed1', 
sigmoid_density=False, 
start_refine_focal_epoch=-1, 
start_refine_pose_epoch=-1, 
static_lr=0.001, 
static_lr_gamma=0.9954, 
static_milestones=range(0, 10000, 10),
store_pose_history=True, 
train_img_num=-1, 
train_rand_cols=32, 
train_rand_rows=32, 
train_skip=1, 
true_rand=False, 
use_dir_enc=True, 
use_ndc=True, 
white_bkgd=False, 

@HannahHaensen
Copy link
Author

Thanks! @ziruiw-dev
another question is the refine_nerfmm file always used after training?

@ziruiw-dev
Copy link
Collaborator

ziruiw-dev commented Jan 11, 2023

@HannahHaensen nope

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants