Open jwallwork23 opened 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?
chamfer_distance
I had a own implementation of this chamfer_distance , would have a test to see if it is consistent to the pytorch3d version.
Oh, nice! Would you be happy to take on this issue?
_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?