facebookresearch / pytorch3d

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

Request to Add DirDist to pyTorch3D #1738

Closed rsy6318 closed 7 months ago

rsy6318 commented 7 months ago

We have proposed a new distance metric for 3D geometry data (point clouds and triangle meshes), DirDist. Different from previous metrics, our DirDist concentrates on the implicit fields of the given shapes. We have combine DirDist with various applications, including Template Surface Fitting, Rigid Registration, Non-rigid Registration, Scene Flow Estimation, and Human pose optimization, and get better results than previous distance metrics. See more details in our paper [Arxiv].

As a general distance metric, we think that our DirDist could boost the development of 3D geometry modeling, and we hope that our DirDist could be included in pytorch3d library.

facebook-github-bot commented 7 months ago

Hi @rsy6318!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!