Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update labelstudio docs for multilabel classification #4781

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/source/integrations/labelstudio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and download annotations using Label Studio, all programmatically in Python.
All of the following label types are supported for image datasets:

- :ref:`Classification <classification>`
- :ref:`Multilabel classification <multilabel-classification>`
- :ref:`Detections <object-detection>`
- :ref:`Instance segmentations <instance-segmentation>`
- :ref:`Polygons and polylines <polylines>`
Expand Down Expand Up @@ -417,6 +418,8 @@ more details:

- ``"classification"``: a single classification stored in
|Classification| fields
- ``"classifications"``: multilabel classifications stored in
|Classifications| fields
- ``"detections"``: object detections stored in |Detections| fields
- ``"instances"``: instance segmentations stored in |Detections| fields
with their :attr:`mask <fiftyone.core.labels.Detection.mask>`
Expand Down Expand Up @@ -664,5 +667,6 @@ ________________

.. note::

Special thanks to `Rustem Galiullin <https://github.com/Rusteam>`_ and
Special thanks to `Rustem Galiullin <https://github.com/Rusteam>`_,
`Ganesh Tata <https://github.com/tataganesh>`_, and
`Emil Zakirov <https://github.com/bonlime>`_ for building this integration!
Loading