Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Which pretrained checkpoints to use to perform rendering? #7

Open
rakeshshrestha31 opened this issue Feb 22, 2024 · 3 comments
Open

Comments

@rakeshshrestha31
Copy link

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.

@NikitaVasilevN
Copy link

I also didn't find the checkpoints and decide to train model, get checkpoints and then run rendering command.

@Jihyun0510
Copy link

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

@NikitaVasilevN
Copy link

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).

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

No branches or pull requests

3 participants