Kai-46 / ARF-svox2

Artistic Radiance Fields
BSD 2-Clause "Simplified" License
498 stars 42 forks source link

Will you release the optimize checkpoint? #1

Closed tlatlbtle closed 2 years ago

tlatlbtle commented 2 years ago

I try to follow the guide and run the optimized code (opt_style.py). I think I shall have an init checkpoint first, I want to know where can I download it?

line 439: assert os.path.isfile(args.init_ckpt), "must specify a initial checkpoint"

Sorry if there is anything I missed.

Kai-46 commented 2 years ago

Please use the bash script . ./try_{llff/tnt/custom}.sh [scene_name] [style_id], as suggested by the readme. It will reconstruct the necessary checkpoints: https://github.com/Kai-46/ARF-svox2/blob/d950886a4f0fe06aa3105289127810dbae194900/opt/try_custom.sh#L13