Features can be developed as FiftyOne plugins and added to FiftyOne Labs as follows:
- Make sure your Labs feature repo is public and has a
README.mdfile that describes the feature. - Add a new entry for your feature in the appropriate table in this repository's
README.md. - Submit a pull request into this repository.
- Create a subdirectory inside the
pluginsdirectory. - Add your feature implementation inside the subdirectory.
- Add a new entry for your feature in the appropriate table in this repository's
README.md. - Submit a pull request into this repository.