Which pretrained checkpoints to use to perform rendering?
Thank you for sharing your excellent work. I want to run the rendering command CUDA_VISIBLE_DEVICES=0 python text2nerf_main.py --config 'configs/text2nerf_scenes.txt' --expname 'text000' --prompt 'a beautiful garden' --datadir 'data_example/text000' --pose_traj 'local_fixed' --regen_pose --render_only 1 --render_test 1 --ckpt '[path of ckpt]' but I couldn't figure out which checkpoint file to use.
I tried some of the checkpoints downloaded in the weights directory but it seems that the checkpoint is required to have kwargs key with 'aabb' and 'gridSize' information and I couldn't find one with kwargs.
I also didn't find the checkpoints and decide to train model, get checkpoints and then run rendering command.
I also didn't find the checkpoints and decide to train model, get checkpoints and then run rendering command.
Hello. Could I ask what dataset you used to train the model? thank you
I also didn't find the checkpoints and decide to train model, get checkpoints and then run rendering command.
Hello. Could I ask what dataset you used to train the model? thank you
I used to text prompt (which I needed in that monent) to generate dataset by diffusion models (in pipeline Text2NeRF).