未验证 提交 f6621260 编写于 作者: T Timur Osmanov 提交者: GitHub

Update documentation on website (#3265)

* update documentation on website

* fix markup

* fix formats header

* fix linter error

* delete duplicate headers
上级 156ddae1
...@@ -17,14 +17,14 @@ annotation team. Try it online [cvat.org](https://cvat.org). ...@@ -17,14 +17,14 @@ annotation team. Try it online [cvat.org](https://cvat.org).
## Documentation ## Documentation
- [Installation guide](site/content/en/docs/for-users/installation.md) - [Installation guide](https://openvinotoolkit.github.io/cvat/docs/for-users/installation/)
- [User's guide](https://openvinotoolkit.github.io/cvat/docs/for-users/user-guide/) - [User's guide](https://openvinotoolkit.github.io/cvat/docs/for-users/user-guide/)
- [Django REST API documentation](#rest-api) - [Django REST API documentation](#rest-api)
- [Datumaro dataset framework](https://github.com/openvinotoolkit/datumaro/blob/develop/README.md) - [Datumaro dataset framework](https://github.com/openvinotoolkit/datumaro/blob/develop/README.md)
- [Command line interface](site/content/en/docs/for-developers/cli.md) - [Command line interface](https://openvinotoolkit.github.io/cvat/docs/for-developers/cli/)
- [XML annotation format](site/content/en/docs/for-developers/xml_format.md) - [XML annotation format](https://openvinotoolkit.github.io/cvat/docs/for-developers/xml_format/)
- [AWS Deployment Guide](site/content/en/docs/for-developers/AWS-Deployment-Guide.md) - [AWS Deployment Guide](https://openvinotoolkit.github.io/cvat/docs/for-developers/aws-deployment-guide/)
- [Frequently asked questions](site/content/en/docs/for-users/faq.md) - [Frequently asked questions](https://openvinotoolkit.github.io/cvat/docs/for-users/faq/)
- [Questions](#questions) - [Questions](#questions)
## Screencasts ## Screencasts
...@@ -47,26 +47,30 @@ dataset framework allows additional dataset transformations via its command ...@@ -47,26 +47,30 @@ dataset framework allows additional dataset transformations via its command
line tool and Python library. line tool and Python library.
For more information about supported formats look at the For more information about supported formats look at the
[documentation](cvat/apps/dataset_manager/formats/README.md#formats). [documentation](https://openvinotoolkit.github.io/cvat/docs/for-users/formats/).
| Annotation format | Import | Export | <!--lint disable maximum-line-length-->
| ----------------------------------------------------------------------------- | ------ | ------ |
| [CVAT for images](cvat/apps/documentation/xml_format.md#annotation) | X | X | | Annotation format | Import | Export |
| [CVAT for a video](cvat/apps/documentation/xml_format.md#interpolation) | X | X | | ------------------------------------------------------------------------------------------------------- | ------ | ------ |
| [Datumaro](https://github.com/openvinotoolkit/datumaro) | | X | | [CVAT for images](https://openvinotoolkit.github.io/cvat/docs/for-developers/xml_format/#annotation) | X | X |
| [PASCAL VOC](http://host.robots.ox.ac.uk/pascal/VOC/) | X | X | | [CVAT for a video](https://openvinotoolkit.github.io/cvat/docs/for-developers/xml_format/#interpolation) | X | X |
| Segmentation masks from [PASCAL VOC](http://host.robots.ox.ac.uk/pascal/VOC/) | X | X | | [Datumaro](https://github.com/openvinotoolkit/datumaro) | | X |
| [YOLO](https://pjreddie.com/darknet/yolo/) | X | X | | [PASCAL VOC](http://host.robots.ox.ac.uk/pascal/VOC/) | X | X |
| [MS COCO Object Detection](http://cocodataset.org/#format-data) | X | X | | Segmentation masks from [PASCAL VOC](http://host.robots.ox.ac.uk/pascal/VOC/) | X | X |
| [TFrecord](https://www.tensorflow.org/tutorials/load_data/tfrecord) | X | X | | [YOLO](https://pjreddie.com/darknet/yolo/) | X | X |
| [MOT](https://motchallenge.net/) | X | X | | [MS COCO Object Detection](http://cocodataset.org/#format-data) | X | X |
| [LabelMe 3.0](http://labelme.csail.mit.edu/Release3.0) | X | X | | [TFrecord](https://www.tensorflow.org/tutorials/load_data/tfrecord) | X | X |
| [ImageNet](http://www.image-net.org) | X | X | | [MOT](https://motchallenge.net/) | X | X |
| [CamVid](http://mi.eng.cam.ac.uk/research/projects/VideoRec/CamVid/) | X | X | | [LabelMe 3.0](http://labelme.csail.mit.edu/Release3.0) | X | X |
| [WIDER Face](http://shuoyang1213.me/WIDERFACE/) | X | X | | [ImageNet](http://www.image-net.org) | X | X |
| [VGGFace2](https://github.com/ox-vgg/vgg_face2) | X | X | | [CamVid](http://mi.eng.cam.ac.uk/research/projects/VideoRec/CamVid/) | X | X |
| [Market-1501](https://www.aitribune.com/dataset/2018051063) | X | X | | [WIDER Face](http://shuoyang1213.me/WIDERFACE/) | X | X |
| [ICDAR13/15](https://rrc.cvc.uab.es/?ch=2) | X | X | | [VGGFace2](https://github.com/ox-vgg/vgg_face2) | X | X |
| [Market-1501](https://www.aitribune.com/dataset/2018051063) | X | X |
| [ICDAR13/15](https://rrc.cvc.uab.es/?ch=2) | X | X |
<!--lint enable maximum-line-length-->
## Deep learning serverless functions for automatic labeling ## Deep learning serverless functions for automatic labeling
...@@ -97,7 +101,7 @@ are visible to users. ...@@ -97,7 +101,7 @@ are visible to users.
Disabled features: Disabled features:
- [Analytics: management and monitoring of data annotation team](site/content/en/docs/for-developers/analytics.md) - [Analytics: management and monitoring of data annotation team](https://openvinotoolkit.github.io/cvat/docs/for-developers/analytics/)
Limitations: Limitations:
......
...@@ -59,7 +59,7 @@ id = "UA-00000000-0" ...@@ -59,7 +59,7 @@ id = "UA-00000000-0"
[languages] [languages]
[languages.en] [languages.en]
title = "" title = "CVAT"
description = "" description = ""
languageName ="English" languageName ="English"
# Weight used for sorting. # Weight used for sorting.
......
+++ +++
title = "CVAT" title = "Home"
linkTitle = "CVAT" linkTitle = "Home"
+++ +++
{{< blocks/section height="full" color="docs" >}} {{< blocks/section height="full" color="docs" >}}
......
--- ---
title: "About CVAT" title: "About"
linkTitle: "About" linkTitle: "About"
menu: menu:
main: main:
...@@ -25,40 +25,40 @@ menu: ...@@ -25,40 +25,40 @@ menu:
<div class="col mt-5"> <div class="col mt-5">
<div class="row"> <div class="row">
<div id="year" class="col-lg-2 text-left col-lg-2 mt-2"> <div id="year" class="col-lg-2 text-left col-lg-2 mt-2">
<h2 class="mt-2">2017 <h2 class="mt-2">2016
<img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" /> <img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" />
</h2> </h2>
<small class="text-left">First version of CVAT was created and open sourced.</small> <small class="text-left"><a href="http://www.cs.columbia.edu/~vondrick/vatic/">Vatic</a> as a web-based annotation solution.</small>
</div> </div>
<div id="year" class="col-lg-2 text-left col-lg-2 mt-2"> <div id="year" class="col-lg-2 text-left col-lg-2 mt-2">
<h2 class="mt-2">2018 <h2 class="mt-2">2017
<img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" /> <img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" />
</h2> </h2>
<small class="text-left">Publication on GitHub.</small> <small class="text-left">Internal version with support for images and attributes.</small>
</div> </div>
<div id="year" class="col-lg-2 text-left col-lg-2 mt-2"> <div id="year" class="col-lg-2 text-left col-lg-2 mt-2">
<h2 class="mt-2">2020 <h2 class="mt-2">2018
<img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" /> <img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" />
</h2> </h2>
<small class="text-left">Release version 1.0.0. Major update. <br/>Opening public demo-server cvat.org.</small> <small class="text-left">First public release on GitHub.</small>
</div> </div>
<div id="year" class="col-lg-2 text-left col-lg-2 mt-2"> <div id="year" class="col-lg-2 text-left col-lg-2 mt-2">
<h2 class="mt-2">2020 <h2 class="mt-2">2020
<img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" /> <img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" />
</h2> </h2>
<small class="text-left">Release version 1.1.0. <br/>Adding DL models.</small> <small class="text-left">UI based on React and AntD. <br/><a href="https://cvat.org/">cvat.org</a> as demo platform.</small>
</div> </div>
<div id="year" class="col-lg-2 text-left col-lg-2 mt-2"> <div id="year" class="col-lg-2 text-left col-lg-2 mt-2">
<h2 class="mt-2">2021 <h2 class="mt-2">2021
<img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" /> <img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" />
</h2> </h2>
<small class="text-left">Release version 1.3.0. <br/> Adding CVAT-3D.</small> <small class="text-left">Dataset as the first-class citizen.</small>
</div> </div>
<div id="year" class="col-lg-2 text-left col-lg-2 mt-2"> <div id="year" class="col-lg-2 text-left col-lg-2 mt-2">
<h2 class="mt-2">2022 <h2 class="mt-2">202X
<img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" /> <img class="ml-2" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMuMTc5bW0iIGhlaWdodD0iMi45NjQ5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzLjE3OSAyLjk2NDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBkPSJtMjEuMDMgMCAyLjE0OCAxLjQ4MjQtMi4xNDggMS40ODI0eiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9Ii42NyIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuMSIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjMuNjEiIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjIiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSI2LjU1IiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii41IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iOS40OSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuNiIgb3BhY2l0eT0iLjk5NSIvPgogIDxjaXJjbGUgY3g9IjEyLjQzIiBjeT0iMS40OCIgcj0iLjY2ODE3IiBmaWxsLW9wYWNpdHk9Ii43IiBvcGFjaXR5PSIuOTk1Ii8+CiAgPGNpcmNsZSBjeD0iMTUuMzciIGN5PSIxLjQ4IiByPSIuNjY4MTciIGZpbGwtb3BhY2l0eT0iLjgiIG9wYWNpdHk9Ii45OTUiLz4KICA8Y2lyY2xlIGN4PSIxOC4zMSIgY3k9IjEuNDgiIHI9Ii42NjgxNyIgZmlsbC1vcGFjaXR5PSIuOSIgb3BhY2l0eT0iLjk5NSIvPgogPC9nPgo8L3N2Zz4K" />
</h2> </h2>
<small class="text-left">Further development...</small> <small class="text-left">Data platform.</small>
</div> </div>
</div> </div>
</div> </div>
......
--- ---
title: 'CVAT Documentation' title: 'Documentation'
linkTitle: 'Documentation' linkTitle: 'Documentation'
no_list: true no_list: true
menu: menu:
......
...@@ -143,3 +143,21 @@ for parsed_shape in parsed_shapes: ...@@ -143,3 +143,21 @@ for parsed_shape in parsed_shapes:
) )
task_data.add_shape(shape) task_data.add_shape(shape)
``` ```
## Format specifications
- [CVAT](format-cvat)
- [Datumaro](format-datumaro)
- [LabelMe](format-labelme)
- [MOT](format-mot)
- [MOTS](format-mots)
- [COCO](format-coco)
- [PASCAL VOC and mask](format-voc)
- [YOLO](format-yolo)
- [TF detection API](format-tfrecord)
- [ImageNet](format-imagenet)
- [CamVid](format-camvid)
- [WIDER Face](format-widerface)
- [VGGFace2](format-vggface2)
- [Market-1501](format-market1501)
- [ICDAR13/15](format-icdar)
---
title: "Format specifications:"
linkTitle: "Format specifications"
weight: 1
no_list: true
---
- [CVAT](format-cvat)
- [Datumaro](format-datumaro)
- [LabelMe](format-labelme)
- [MOT](format-mot)
- [MOTS](format-mots)
- [COCO](format-coco)
- [PASCAL VOC and mask](format-voc)
- [YOLO](format-yolo)
- [TF detection API](format-tfrecord)
- [ImageNet](format-imagenet)
- [CamVid](format-camvid)
- [WIDER Face](format-widerface)
- [VGGFace2](format-vggface2)
- [Market-1501](format-market1501)
- [ICDAR13/15](format-icdar)
...@@ -487,7 +487,7 @@ At this point your deployment is up and running, ready for run acme-challenge fo ...@@ -487,7 +487,7 @@ At this point your deployment is up and running, ready for run acme-challenge fo
###### Create certificate files using an ACME challenge on docker host ###### Create certificate files using an ACME challenge on docker host
####### Prepare certificates **Prepare certificates**
Point you shell in cvat repository directory, usually `cd $HOME/cvat` on docker host. Point you shell in cvat repository directory, usually `cd $HOME/cvat` on docker host.
...@@ -507,20 +507,20 @@ If certificates is issued a successful we can test a renew: ...@@ -507,20 +507,20 @@ If certificates is issued a successful we can test a renew:
~/.acme.sh/acme.sh --renew --force --staging -d CVAT.example.com -w $HOME/cvat/letsencrypt-webroot --debug ~/.acme.sh/acme.sh --renew --force --staging -d CVAT.example.com -w $HOME/cvat/letsencrypt-webroot --debug
``` ```
####### Remove test certificate, if success **Remove test certificate, if success**
``` ```
~/.acme.sh/acme.sh --remove -d CVAT.example.com --debug ~/.acme.sh/acme.sh --remove -d CVAT.example.com --debug
rm -r /root/.acme.sh/CVAT.example.com rm -r /root/.acme.sh/CVAT.example.com
``` ```
####### Issue a production certificate **Issue a production certificate**
``` ```
~/.acme.sh/acme.sh --issue -d CVAT.example.com -w $HOME/cvat/letsencrypt-webroot --debug ~/.acme.sh/acme.sh --issue -d CVAT.example.com -w $HOME/cvat/letsencrypt-webroot --debug
``` ```
####### Install production certificate and a user cron job (`crontab -e`) for update it **Install production certificate and a user cron job (`crontab -e`) for update it**
This will copy necessary certificate files to a permanent directory for serve. This will copy necessary certificate files to a permanent directory for serve.
According to acme.sh [documentation](https://github.com/acmesh-official/acme.sh#3-install-the-cert-to-apachenginx-etc) According to acme.sh [documentation](https://github.com/acmesh-official/acme.sh#3-install-the-cert-to-apachenginx-etc)
...@@ -545,7 +545,7 @@ Down the cvat_proxy container for setup https with issued certificate. ...@@ -545,7 +545,7 @@ Down the cvat_proxy container for setup https with issued certificate.
docker stop cvat_proxy docker stop cvat_proxy
``` ```
####### Reconfigure nginx for use certificates **Reconfigure nginx for use certificates**
Bring the configuration file `$HOME/cvat/cvat_proxy/conf.d/cvat.conf.template` to the following form: Bring the configuration file `$HOME/cvat/cvat_proxy/conf.d/cvat.conf.template` to the following form:
......
...@@ -4,7 +4,7 @@ linkTitle: "Track mode" ...@@ -4,7 +4,7 @@ linkTitle: "Track mode"
weight: 2 weight: 2
--- ---
Basic operations in the mode were described in section [track mode (basics)](/docs/for-users/user-guide/basics/shape-mode-basic/). Basic operations in the mode were described in section [track mode (basics)](/docs/for-users/user-guide/basics/track-mode-basics/).
Shapes that were created in the track mode, have extra navigation buttons. Shapes that were created in the track mode, have extra navigation buttons.
......
...@@ -4,8 +4,6 @@ linkTitle: "Models" ...@@ -4,8 +4,6 @@ linkTitle: "Models"
weight: 5 weight: 5
--- ---
### Models
The Models page contains a list of deep learning (DL) models deployed for semi-automatic and automatic annotation. The Models page contains a list of deep learning (DL) models deployed for semi-automatic and automatic annotation.
To open the Models page, click the Models button on the navigation bar. To open the Models page, click the Models button on the navigation bar.
The list of models is presented in the form of a table. The parameters indicated for each model are the following: The list of models is presented in the form of a table. The parameters indicated for each model are the following:
......
...@@ -3,7 +3,6 @@ title: "Search" ...@@ -3,7 +3,6 @@ title: "Search"
linkTitle: "Search" linkTitle: "Search"
weight: 6 weight: 6
--- ---
### Search
There are several options how to use the search. There are several options how to use the search.
......
{{ $cover := .HasShortcode "blocks/cover" }}
<nav class="js-navbar-scroll navbar navbar-expand navbar-dark {{ if $cover}} td-navbar-cover {{ end }}flex-column flex-md-row td-navbar">
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}about/">
<span class="navbar-logo">{{ if .Site.Params.ui.navbar_logo }}{{ with resources.Get "icons/logo.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}{{ end }}</span>
</a>
<div class="td-navbar-nav-scroll ml-md-auto" id="main_navbar">
<ul class="navbar-nav mt-2 mt-lg-0">
{{ $p := . }}
{{ range .Site.Menus.main }}
<li class="nav-item mr-4 mb-2 mb-lg-0">
{{ $active := or ($p.IsMenuCurrent "main" .) ($p.HasMenuCurrent "main" .) }}
{{ with .Page }}
{{ $active = or $active ( $.IsDescendant .) }}
{{ end }}
{{ $pre := .Pre }}
{{ $post := .Post }}
{{ $url := urls.Parse .URL }}
{{ $baseurl := urls.Parse $.Site.Params.Baseurl }}
<a class="nav-link{{if $active }} active{{end}}" href="{{ with .Page }}{{ .RelPermalink }}{{ else }}{{ .URL | relLangURL }}{{ end }}" {{ if ne $url.Host $baseurl.Host }}target="_blank" {{ end }}>{{ with .Pre}}{{ $pre }}{{ end }}<span{{if $active }} class="active"{{end}}>{{ .Name }}</span>{{ with .Post}}{{ $post }}{{ end }}</a>
</li>
{{ end }}
{{ if .Site.Params.versions }}
<li class="nav-item dropdown d-none d-lg-block">
{{ partial "navbar-version-selector.html" . }}
</li>
{{ end }}
{{ if (gt (len .Site.Home.Translations) 0) }}
<li class="nav-item dropdown d-none d-lg-block">
{{ partial "navbar-lang-selector.html" . }}
</li>
{{ end }}
</ul>
</div>
<div class="navbar-nav d-none d-lg-block">{{ partial "search-input.html" . }}</div>
</nav>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册