Text2NeRF icon indicating copy to clipboard operation
Text2NeRF copied to clipboard

Which pretrained checkpoints to use to perform rendering?

Open rakeshshrestha31 opened this issue 1 year ago • 3 comments

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.

rakeshshrestha31 avatar Feb 22 '24 04:02 rakeshshrestha31

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

NikitaVasilevN avatar Mar 02 '24 09:03 NikitaVasilevN

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

Jihyun0510 avatar Sep 22 '24 02:09 Jihyun0510

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

NikitaVasilevN avatar Sep 23 '24 07:09 NikitaVasilevN