Open coco010723 opened 6 months ago
Hi! Thanks for using our code!
As mentioned in the readme. You can append the test_novel_pose
option to the command line for rendering novel poses like this:
python run.py --type evaluate --cfg_file configs/aninerf_313.yaml exp_name aninerf_313_full resume True aninerf_animation True init_aninerf aninerf_313 test_novel_pose True
Thanks! Also,Can I use any set of poses to render the human body
Hi: It seems that when i run: python run.py --type visualize --cfg_file configs/aninerf_313.yaml exp_name aninerf_313 resume True vis_pose_sequence True test_view "0," i can only only render people in known poses.So how to render human under novel poses? Thanks!