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

Add cuda archives and documentation #18

Closed topinfrassi01 closed 3 years ago

topinfrassi01 commented 3 years ago

The CUDA compilation didn't work for me, and there were some missing requirements in the README file.

I've added documentation to the Makefile file that made it work for me, I've also added my compiled version of the op using CUDA10 and tensorflow1.13.

walsvid commented 3 years ago

The CUDA compilation didn't work for me, and there were some missing requirements in the README file.

I've added documentation to the Makefile file that made it work for me, I've also added my compiled version of the op using CUDA10 and tensorflow1.13.

Hi @topinfrassi01 , thanks for your PR.