We want to make contributing to this project as easy and transparent as possible.
While this codebase focuses on reproducing our paper results, we believe it could be extended and improved in many ways. Thus, feel free to suggest improvements or extensions.
We actively welcome your pull requests.
- Fork the repo and create your branch from
master
. - If you've changed APIs, update the documentation.
- Train and report performance of all models (and baselines if applicable).
- Make sure your code lints
./infra/linter.sh
. - If a PR contains multiple orthogonal changes, split it to several PRs.
- If you haven't already, complete the Contributor License Agreement ("CLA").
In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.
Complete your CLA here: https://code.facebook.com/cla
By contributing to meshrcnn, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.