mesh-adaptation / UM2N

[NeurIPS 2024 Spotlight] Towards Universal Mesh Movement Networks
https://erizmr.github.io/UM2N
MIT License
4 stars 0 forks source link

Can we drop pytorch3d dependency? #41

Open jwallwork23 opened 4 days ago

jwallwork23 commented 4 days ago
          Whenever I try to build pytorch3d on my laptop it crashes it. This hack is a temporary workaround.

_Originally posted by @jwallwork23 in https://github.com/mesh-adaptation/UM2N/pull/40#discussion_r1826566545_

I find pytorch3d a problematic dependency and we only use one of its members: chamfer_distance. Is there an alternative package we could get this from?

erizmr commented 1 day ago

I had a own implementation of this chamfer_distance , would have a test to see if it is consistent to the pytorch3d version.

jwallwork23 commented 1 day ago

Oh, nice! Would you be happy to take on this issue?