Skip to content

Commit

Permalink
Merge pull request #4781 from voxel51/docs/labelstudio-classifications
Browse files Browse the repository at this point in the history
Update labelstudio docs for multilabel classification
  • Loading branch information
brimoor authored Sep 12, 2024
2 parents cad8bab + 038bb87 commit 62ec8a5
Showing 1 changed file with 5 additions and 1 deletion.
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!

0 comments on commit 62ec8a5

Please sign in to comment.