You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
765 B

6 years ago
  1. # Contributing to the Tensorflow Object Detection API
  2. Patches to Tensorflow Object Detection API are welcome!
  3. We require contributors to fill out either the individual or corporate
  4. Contributor License Agreement (CLA).
  5. * If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA](http://code.google.com/legal/individual-cla-v1.0.html).
  6. * If you work for a company that wants to allow you to contribute your work, then you'll need to sign a [corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html).
  7. Please follow the
  8. [Tensorflow contributing guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md)
  9. when submitting pull requests.