You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withkwargs
.The text was updated successfully, but these errors were encountered: