facebookresearch / StyleNeRF

This is the open source implementation of the ICLR2022 paper "StyleNeRF: A Style-based 3D-Aware Generator for High-resolution Image Synthesis"
955 stars 91 forks source link

Some render-program do not work. #20

Open UdonDa opened 2 years ago

UdonDa commented 2 years ago

I try to infer a pre-trained model using this command.

python generate.py --outdir=${OUTDIR} --trunc=0.7 --seeds=${SEEDS} --network=${CHECKPOINT_PATH} --render-program="rotation_camera"

I verify rotation_camera and rotation_camera3 work well. However, rotation_both, rotation_grid, and rotation_camera_grid do not work well.

Did you check if they work?

Thanks

FeiiYin commented 2 years ago

Same problem

LangR7 commented 1 year ago

Same problem