Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 756 Bytes

File metadata and controls

16 lines (11 loc) · 756 Bytes

Contributing to Labs

Features can be developed as FiftyOne plugins and added to FiftyOne Labs as follows:

Adding new features from public repositories

  1. Make sure your Labs feature repo is public and has a README.md file that describes the feature.
  2. Add a new entry for your feature in the appropriate table in this repository's README.md.
  3. Submit a pull request into this repository.

Adding new features inside this repository

  1. Create a subdirectory inside the plugins directory.
  2. Add your feature implementation inside the subdirectory.
  3. Add a new entry for your feature in the appropriate table in this repository's README.md.
  4. Submit a pull request into this repository.