CVAT docs: integration/fiftyone doc (#5153)
parent
7b3339e89d
commit
86f586174c
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'Administration'
|
||||
linkTitle: 'Administration'
|
||||
weight: 4
|
||||
weight: 5
|
||||
description: 'This section contains documents for system administrators.'
|
||||
---
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 'Integrations'
|
||||
linkTitle: 'Integrations'
|
||||
weight: 2
|
||||
description: 'This section contains information about the tools that are integrated with CVAT.'
|
||||
---
|
||||
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: 'FiftyOne'
|
||||
linkTitle: 'FiftyOne'
|
||||
weight: 1
|
||||
---
|
||||
|
||||

|
||||
|
||||
[FiftyOne](https://github.com/voxel51/fiftyone) is an open-source tool for building high-quality datasets
|
||||
and computer vision models.
|
||||
FiftyOne supercharges your machine learning workflows by enabling you to visualize datasets and interpret
|
||||
models faster and more effectively.
|
||||
|
||||
FiftyOne provides an API to create tasks and jobs, upload data, define label schemas,
|
||||
and download annotations using CVAT, all programmatically in Python.
|
||||
All of the following label types are supported, for both image and video datasets:
|
||||
|
||||
- Classifications
|
||||
- Detections
|
||||
- Instance segmentations
|
||||
- Polygons and polylines
|
||||
- Keypoints
|
||||
- Scalar fields
|
||||
- Semantic segmentation
|
||||
|
||||

|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'Manual'
|
||||
linkTitle: 'Manual'
|
||||
weight: 3
|
||||
weight: 4
|
||||
description: 'This section contains documents for CVAT simple and advanced users'
|
||||
---
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 265 KiB |
Loading…
Reference in New Issue