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

CVAT docs: integration/fiftyone doc #5153

Merged
merged 25 commits into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3bd7c7e
Merge pull request #4556 from openvinotoolkit/release-2.1.0
nmanovic Apr 9, 2022
fe148d4
Merge branch 'release-2.2.0'
nmanovic Sep 12, 2022
c87954c
attach cloud storages
arvfilippov Sep 28, 2022
f7ff016
attach cloud storage(updated)
arvfilippov Sep 28, 2022
c05c5e9
Update site/content/en/docs/manual/advanced/backup.md
arvfilippov Sep 29, 2022
a1c13e1
Update site/content/en/docs/manual/advanced/backup.md
arvfilippov Sep 29, 2022
a005843
Update site/content/en/docs/manual/advanced/export-import-datasets.md
arvfilippov Sep 29, 2022
4c2031b
Update site/content/en/docs/manual/advanced/export-import-datasets.md
arvfilippov Sep 29, 2022
7d2d54c
Update site/content/en/docs/manual/advanced/export-import-datasets.md
arvfilippov Sep 29, 2022
88c2e5e
Update site/content/en/docs/manual/basics/creating_an_annotation_task.md
arvfilippov Sep 29, 2022
4014a24
Update site/content/en/docs/manual/basics/creating_an_annotation_task.md
arvfilippov Sep 29, 2022
097506f
Source & target storage(updated)
arvfilippov Sep 29, 2022
a1b0f26
added creating multi tasks doc
arvfilippov Oct 7, 2022
6abd76b
added creating multi tasks doc(updated))
arvfilippov Oct 10, 2022
06c830b
Merge branch 'develop' into af/docs_update
arvfilippov Oct 10, 2022
72f0524
added creating multi tasks doc(remark fixed)
arvfilippov Oct 10, 2022
3d6d137
Merge branch 'af/docs_update' of https://github.com/opencv/cvat into …
arvfilippov Oct 10, 2022
1b13b7d
updated authorization doc
arvfilippov Oct 14, 2022
23cbf22
updated authorization doc(some text fixes)
arvfilippov Oct 14, 2022
9b9dd0b
Merge branch 'master' of https://github.com/opencv/cvat into af/docs_…
arvfilippov Oct 20, 2022
a2448b3
Merge branch 'develop' of https://github.com/opencv/cvat into af/docs…
arvfilippov Oct 20, 2022
96f561b
added integration/fiftyone doc
arvfilippov Oct 20, 2022
081134d
added integration/fiftyone doc(some text fixes)
arvfilippov Oct 21, 2022
12ac0ca
added integration/fiftyone doc(remark fixes)
arvfilippov Oct 21, 2022
133c854
Update site/content/en/docs/integration/_index.md
nmanovic Oct 25, 2022
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
2 changes: 1 addition & 1 deletion site/content/en/docs/administration/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Administration'
linkTitle: 'Administration'
weight: 4
weight: 5
description: 'This section contains documents for system administrators.'
---
2 changes: 1 addition & 1 deletion site/content/en/docs/api_sdk/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "API & SDK"
linkTitle: "API & SDK"
weight: 5
weight: 6
description: 'How to interact with CVAT'
---

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/contributing/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Contributing to this project'
linkTitle: 'Contributing'
weight: 6
weight: 7
description: 'This section contains documents for CVAT developers.'
---

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Frequently asked questions'
linkTitle: 'FAQ'
weight: 2
weight: 3
description: 'Answers to frequently asked questions'
---

Expand Down
6 changes: 6 additions & 0 deletions site/content/en/docs/integration/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'Integrations'
linkTitle: 'Integrations'
weight: 2
description: 'This section contains information about the tools what are integrated into CVAT.'
nmanovic marked this conversation as resolved.
Show resolved Hide resolved
---
26 changes: 26 additions & 0 deletions site/content/en/docs/integration/fiftyone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 'FiftyOne'
linkTitle: 'FiftyOne'
weight: 1
---

![](/images/fiftyone_logo.png)

[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

![](/images/image264.jpg)
2 changes: 1 addition & 1 deletion site/content/en/docs/manual/_index.md
Original file line number Diff line number Diff line change
@@ -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 added site/content/en/images/fiftyone_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/content/en/images/image264.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.