walsvid / Pixel2MeshPlusPlus

Pixel2Mesh++: Multi-View 3D Mesh Generation via Deformation. In ICCV2019.
https://arxiv.org/abs/1908.01491
BSD 3-Clause "New" or "Revised" License
356 stars 56 forks source link

why uesd the batch_size with default =1 ? #13

Closed lkf1996 closed 4 years ago

lkf1996 commented 4 years ago

Hi,I have a question why the code uesd 1 as batch_size? Can I adjust to others bigger number? Hope for your reply. Thanks

walsvid commented 4 years ago

The method we use to make ground truth is poisson disk sampling. This method does not guarantee that the number of ground points are consistent, so we use batch size=1. You can use padding to align each batch to increase the batch size.