119 Commits (86a0d51430fa090b855c196797c14d877492e59b)

Author SHA1 Message Date
Nikita Manovich c06e91dab3
Enhance readme, add information about Enterprise Support (#5690) 3 years ago
Hardik Dava f3843aa74f
YoloV7 serverless detector feature for auto annotation (#5552)
### Motivation and context

Integration of YOLOv7 as a serverless nuclio function that can be used
for auto-labeling. YoloV7 is the SOTA at the time of this PR therefore
it would make sense to support it in CVAT. The integration is quite
simple into CVAT as docker based on Ultralytics YoloV5 with coco
pretrained model (https://github.com/WongKinYiu/yolov7) and a docker
image (https://hub.docker.com/r/ultralytics/yolov5).

related issue: #5548 

### How has this been tested?

Automatic annotation was run using YOLOv7 on a custom dataset.
The serverless function was deployed using

```
nuctl deploy --project-name cvat \
  --path serverless/onnx/WongKinYiu/yolov7/nuclio \
  --volume `pwd`/serverless/common:/opt/nuclio/common \
  --platform local
```

Then using the 'Automatic annotation' action the function was tested and
the auto-generated labels were controlled to check that no coordinates
misfit is happening.

### Use custom model:
1. Export your model with NMS for image resolution of 640x640
(preferable).
2. Copy your custom model yolov7-custom.onnx to /serverless/common
3. Modify function.yaml file according to your labels.
4. Modify model_handler.py as follow:
```
 self.model_path = "yolov7-custom.onnx"
```

Co-authored-by: Nikita Manovich <nikita@cvat.ai>
Co-authored-by: yasakova-anastasia <yasakova_anastasiya@mail.ru>
3 years ago
Roman Donchenko 580ae49e5a
Migrate to Docker Compose V2 (#5524)
Also, migrate to the version less Compose file format.

Compose V1 is EOL:
<https://www.docker.com/blog/announcing-compose-v2-general-availability/>.
3 years ago
Nikita Manovich 03dd995bc3
Update README.md 3 years ago
Mariia Acoca c0bf27c5ee
[Documentation] links on readme.md page fixed (#5406) 3 years ago
Mariia Acoca 968b575ac3
Videos link updated, contacts updated (#5357)
Link to the old videos removed as there were changes made in CVAT
interface and now these videos are a bit confusing Links to playlists of
the updated videos were added with the description what these videos
contact Contacts sections updated
General proofreading
3 years ago
Nikita Manovich 6b747b458a Added information about 'new home' for CVAT inside OpenCV organization 3 years ago
Nikita Manovich e2d9860259
Cleanup the partner section 3 years ago
Anastasia Yasakova 82700f60da
TransT tracker integration (#5226)
* AI tracker was one frame late

* TransT tracker integration

* fixed linter issues

* added transt tracker to readme

* clone a fixed transt version

* nvidia/cuda:11.1-devel-ubuntu20.04 not available anymore, replaced with nvidia/cuda:11.7.0-devel-ubuntu20.04

* Fix show empty tasks (#100)

* Fix show empty tasks

* v1.41.1

* Update changelog

Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>

* [Snyk] Upgrade dotenv-webpack from 7.1.1 to 8.0.0 (#98)

feat: upgrade dotenv-webpack from 7.1.1 to 8.0.0

Snyk has created this PR to upgrade dotenv-webpack from 7.1.1 to 8.0.0.

See this package in npm:
https://www.npmjs.com/package/dotenv-webpack

See this project in Snyk:
https://app.snyk.io/org/cvat/project/6c66365f-c154-46f2-b5db-4a4cd35fea4d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Add repo disclaimer in README (#127)

* Update README.md

* Update README.md

* Update tools-control.tsx

* Add ModelHandler class

* Small fixes

Co-authored-by: dschoerk <dominik.schoerkhuber@tuwien.ac.at>
Co-authored-by: Dominik Schörkhuber <dschoerk@gmx.at>
Co-authored-by: Dominik Schörkhuber <e1027470@student.tuwien.ac.at>
Co-authored-by: Nikita Manovich <nikita@cvat.ai>
Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>
Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
Co-authored-by: Andrey Zhavoronkov <andrey@cvat.ai>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
3 years ago
Kirill Sizov db6bbbab6a
Fix dataset import for Datumaro format (#4544)
* Datumaro format: add load_data_callback

* add test

* fix test

* fix project dataset uploading for some formats

* Fix black

* Update Changelog

* Update README.md

* Update README.md

Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>

* Fixes

* Remove useless trailing backslashes

* Fix tests

* Fix test

* Join tests

* Small fix

* Fix remark

Co-authored-by: kirill.sizov <kirill.sizov@intel.com>
Co-authored-by: yasakova-anastasia <yasakova_anastasiya@mail.ru>
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
3 years ago
Maxim Zhiltsov 68375ec23e
Add SDK docs (#4928)
- Added auth docs in API schema and SDK ApiClient/Config (fixes #1517)
- Added SDK docs with API, SDK and CLI docs
- Added `develop` branch in the docs
- Allowed unauthorized access to `api/docs`, `api/swagger`, `api/schema` endpoints
- Added `--insecure` env var to control host checks in CLI
- Refactored `build_docs.py` (backported https://github.com/openvinotoolkit/datumaro/pull/589)
- Extracted requirements file for site
3 years ago
Anastasia Yasakova aed6de5ce3
Update COCO documentation (#4908) 3 years ago
William Schmitt 545e778e96
fix: docs url (#4877)
Co-authored-by: William Schmitt <william.schmitt@probayes.com>
4 years ago
Kirill Sizov 269c20861b
Update README (#49)
* Update README

* Update README
4 years ago
Nikita Manovich 4f5f913a0f
Add discord shield into README.md (#46) 4 years ago
Anna Petrovicheva f54f66dde3
Fixed couple typos, added a link to Discord (#45) 4 years ago
Anna Petrovicheva b7e1ebeb53
More text edits, and added a ProductHunt banner. (#38) 4 years ago
Anna Petrovicheva a7af563e79
Edited README: added logos, rephrased texts, restructured (#37) 4 years ago
Nikita Manovich 53b6093004
cvat.org -> app.cvat.ai (#34) 4 years ago
Kirill Sizov a58a75b374
Update Docker image publishing workflow (#18)
update publish workflow
4 years ago
Nikita Manovich 3b1116185b
Remove Intel related information (e.g., links on Intel resources) (#15) 4 years ago
Kirill Sizov 3d3903c01f
Rename Docker images (#12) 4 years ago
Boris Sekachev 1a94190572
Changed links openvinotoolkit > cvat-ai (#3)
Changed links openvinotoolkit > cvat.ai
4 years ago
Andrey Zhavoronkov e11224126e
Updated workflows (#8)
updated workflows
4 years ago
Maria Khrustaleva be334fdee9
Update REST API documentation (#4391) 4 years ago
Mohammad Erfani 2c863f0dff
Added ATLANTIS in README. (#4423) 4 years ago
Nikita Manovich a4a28098ea
Added Face Detection model to the list in README (#4363) 4 years ago
wartek69 182d941fad
Added YOLOv5 serverless function for auto labeling (#4178)
* added yolov5 serverless function for auto labeling
* updated CHANGELOG.md

Co-authored-by: Alex <aleksander.chernyavskiy@seafar.eu>
4 years ago
Timur Osmanov d651cd6997
Improved documentation site. Adding a copy button for code blocks (#4024) 4 years ago
Eric Hofesmann 1f33f505ef
Add FiftyOne to partners list (#3943)
* Add FiftyOne to partners list
* remove screenshot
* Fix linter issues

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
4 years ago
Nikita Manovich 40604d8947
Cogito company as a partner in README.md (#3892) 4 years ago
Timur Osmanov 584392aafa
Updating documentation (#3800)
* update docs

* update README.md

* fix mistake

* update CHANGELOG.md and fix remark issues

* cancel change backup_guide.md
4 years ago
Xiong Jie 2d75101c73
Added HRNet18 click based interactive segmentation (#3729) (#3740)
* Added HRNet18 click based interactive segmentation (#3729)

The commit adds serverless container that has a click based
interactive segmentation model(HRNet18) that performs better than
f-BRS method statistically.

* fixup! Added HRNet18 click based interactive segmentation (#3729)

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
4 years ago
Nikita Manovich 0baf794674
Tutorial about serverless functions (#3124)
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
5 years ago
Timur Osmanov 7cf6c7a08e
Update documentation sorting (#3320)
* update documentation sorting

* update README.md and documentation

* fix linter errors

* update name sections

* fix links

* fix linter errors

* update developing section

* fix link and mistake

* rename developing and contributing section

* fix incorrect links

* fix link on cvat.jpg

* Update site/content/en/docs/_index.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Timur Osmanov e78bd06dd1
Add REST API guide in documentation (#3307)
* add rest api guide

* fix linter error
5 years ago
Alex Newman 54fa07888d
Add hmt.ai to CVAT (#3272) 5 years ago
Timur Osmanov 72f6776b9c
Publication CONTRIBUTING.md on the website (#3271)
* publication contributing.md on website

* fix link and markup in CONTRIBUTING.md

* fix link
5 years ago
Timur Osmanov f662126044
Update documentation on website (#3265)
* update documentation on website

* fix markup

* fix formats header

* fix linter error

* delete duplicate headers
5 years ago
Roman Donchenko d15a3199c2
Fix many spelling errors (#3244)
* Fix spelling errors

* Bump version numbers after the spelling fixes

* Fix OSX build (os.mknod requires super-priviligies)

* Fixed eslint warnings.

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
manasars f74a496733
CVAT 3D Milestone-5 (#3079)
3D bounding box manipulation: side view, top view, front view surrounding the object.
Allow user to place 3D bounding boxes & tag labels on specific area using point cloud.

Co-authored-by: cdp <cdp123>
Co-authored-by: Jayraj <jayrajsolanki96@gmail.com>
5 years ago
Timur Osmanov ccb24c2a2c
fix README.md add cvat.jpg (#3218) 5 years ago
Timur Osmanov 9615436ecc
Website with documentation (#3039) 5 years ago
Anti 12fdefa67d
Update README.md, add DataIsKey under "Projects using CVAT" (#3156)
* Update README.md

Adding DataIsKey as projects using CVAT. Our main tool for offering annotation services is CVAT.

* Update README.md

* Update README.md

* Apply suggestions from code review

* Update README.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Nikita Manovich 865274e8cc
Added badges for dockerhub. (#3067) 5 years ago
Anastasia Yasakova efad0b09d7
Support for ICDAR dataset format (#2866)
Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
5 years ago
Anastasia Yasakova ce1666f6f8
Support for Market-1501 dataset format (#2869)
* Add support for Market-1501 dataset format

* fix data access

* Update Datumaro version

* Add transforms

* Update Changelog
5 years ago
Anastasia Yasakova 9f7d18150d
Support for WiderFace dataset format (#2864)
* Add support for WiderFace dataset format

* Add WiderFace to documentation

* update format docs

* Fix format descriptions

* Update Changelog

* Update Datumaro version

* Update Datumaro version to 0.1.6.1

* fix linter

* fix base.txt

* fix Changelog

* fix README

Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
5 years ago
Anastasia Yasakova 7a2dcfff61
Support for VGGFace2 dataset format (#2865)
* Add support for VGGFace2  dataset format

* Add VGGFace2  to documentation

* fix format description

* Update Datumaro version

* fix linter

* fix test

* fix base.txt

Co-authored-by: Zhiltsov Max <zhiltsov.max35@gmail.com>
5 years ago
Ali Jahani 59c3b28116
GPU-Suport: Mask-RCNN + Minor GPU fixes (#2714)
* fixed cpu mask rcnn+preparation for gpu
* fix-limit gpu memory to 30% of total memory per worker

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago