This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor FiftyOne integration tweaks (#418)
* add fiftyone module availability * add fiftyone datasource * add video classification data source * add fiftyone classification serializer * optimizations, rework fo serializer * support classification, detection, segmentation * values list, load segmentation dataset in load sample * FiftyOneLabels test * serializer and detection tests * fiftyone classification tests * segmentation and video tests * add detections serializiation test * cleanup * fix test * inherit fiftyonedatasource * tweaks * fix class index * adding helper functions for common operations * updating interface * always use a Label class * exposing base class params * indent * revert segmentation optimization * revert to mutli * linting * adding support for label thresholding * linting * update changelog * resolve some issues, clean API * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * normalize detection labels * normalize detection labels * fiftyone serializer return filepaths, paths data sources store filepaths * formatting * formatting * remove fiftyone from dir, rename fiftyone_visualize() * update metadata to contain dictionaries * add fiftyone docs * update fiftyone examples * rename from_fiftyone_datasets to from_fiftyone * fiftyone_visualize to visualize, update docs * resolve comments * resolve test issues * formatting * formatting * yapf formatting * update for current FO version * resolve metadata batch issue * use current FO release, update test requirements * syntax * update test * update tests * yapf formatting * one more test... * update readme * update readme * update readme * improving visualize() method docs * making docstrings sphinx-friendly * docs tweaks * fiftyone integration docs update * simpler * using FiftyOne page title * update embedder example * isort * yapf formatting * fix docstring Co-authored-by: Ethan Harris <[email protected]> * update docstrings Co-authored-by: Ethan Harris <[email protected]> Co-authored-by: brimoor <[email protected]> Co-authored-by: tchaton <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ethan Harris <[email protected]>
- Loading branch information
1 parent
146e05d
commit 113efab
Showing
8 changed files
with
134 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,6 @@ Lightning Flash | |
|
||
integrations/fiftyone | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contributing a Task | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters