facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.64k stars 1.29k forks source link

What are the differences between PyTorch3D and NVIDIA Kaolin? #129

Closed zoink closed 4 years ago

zoink commented 4 years ago

https://github.com/NVIDIAGameWorks/kaolin

Would love to hear any design/goal differences -- thanks so much!

gkioxari commented 4 years ago

Hi @bryanhpchiang

We prefer not to comment on other efforts but focus on our own. Thus, I will answer the question of "why PyTorch3d?".

PyTorch3D is a library of reusable 3D components that was built to facilitate research in the intersection of 3D understanding and deep learning. As part of our efforts to push our research agenda forward we found we needed to implement 3D operators and data structures that can efficiently handle

This is a succinct description of PyTorch3D and also provides some insight into our motivation behind building such a library. If your work has similar needs and could benefit from the above features, then I think PyTorch3D is a good fit for you.

gkioxari commented 4 years ago

Since this was not regarding a problem with the codebase, I will be closing this issue. Feel free to re-open it if you have follow up questions.