kcyt / IntegratedPIFu

Official Implementation of IntegratedPIFu (ECCV 2022)
MIT License
50 stars 3 forks source link

10 RGB images at different yaw angles #7

Open Yuhuoo opened 1 year ago

Yuhuoo commented 1 year ago

Hi, thanks for your nice work. I want to know what 10 angles are used respectively in your preprocessing of THuman2.0 dataset.

bbertolucci commented 1 year ago

I think it can be : 0 36 72 108 144 180 216 252 288 324 But it's not really important in fact... Personally I introduced a new option parser.add_argument('--num_image_per_subject', type=int, default=8, help='Number of image per subject') And replace the hard coding 10 by this opt.num_image_per_subject