663 Commits (e4e8da281a70eb5708c9c267bb54c5348deb162e)

Author SHA1 Message Date
Maria Khrustaleva e4e8da281a
Fix create manifest command (#5172) 3 years ago
Boris Sekachev c30c97b6af
Fixed error: could not fetch task in a corner case (#5163)
* Fixed error: could not fetch task in a corner case

* Updated changelog
3 years ago
Boris Sekachev 0b12a77a0e
Fixed wrong issue position when create a quick issue on a rotated shape (#5162)
* Fixed wrong issue position when create a quick issue on a rotated shape

* Updated changelog
3 years ago
Anastasia Yasakova 2311b10b80
Fix an issue with Imagenet dataset import (#4861) 3 years ago
Boris Sekachev dfcc69c4ef
Minor improvements of z order feature (#5145)
* Do not switch z layer when changing objects

* Added z order sorting

* Added z indication

* Updated version & changelog
3 years ago
Roman Donchenko 94eb6cb5f1
Bump Datumaro commit (#5122) 3 years ago
Boris Sekachev 78160ce753
Propagate angle when use 'propagate' feature (#5139)
* Propagate angle when use 'propagate' feature

* Updated version && changelog
3 years ago
Boris Sekachev 37ef30b963
Fixed issue with deleted frames in a multijob task (#5138)
* Fixed issue with deleted frames in a multijob task

* Updated changelog
3 years ago
Boris Sekachev 1f9fc4cbfb
Fixed CVAT annotation view restoring (#5134)
* Fixed CVAT annotation view restoring

* Updated version, license, changelog

* Redesigned fix
3 years ago
Maria Khrustaleva 15c3a63bb3
Fix export job dataset (#5052) 3 years ago
T c37a5c0036
Update CHANGELOG.md (#5130) 3 years ago
Alex Fomenko ac694737a2
Fixed bug of computing Jobs issues nums (#5101)
* Fixed bug of computing Jobs issues nums

* Updated changelog

* Update CHANGELOG.md

Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
3 years ago
Maxim Zhiltsov 1cf0d41fba
Fix voc mask export when bg class id is not 0 (#5056)
* Update datumaro dependency
3 years ago
Boris Sekachev 384960b7f2
Fixed double modal export/backup a task/project (#5075)
* Fixed double modal export/backup a task/project

* Updated version && changelog
3 years ago
Adam Teuscher c8c40df37f
Fixes some serverless functions (HRNET, IOG, f-BRS) (#4944)
* Update curl command for Google Drive weights and adjust yaml files (#4736)

* update changelog

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago
Maxim Zhiltsov 511f9706d5
Allow trailing slashes in SDK client url (#5057) 3 years ago
Роман Донченко b029bc9da8
cvat-sdk: Fix creating tasks with non-local files (#5058)
* Move the test file share contents to tests/share

This way, it can be reused between tests.

* cvat-sdk: Fix creating tasks with non-local files

Forcing the `Content-Type` for the `upload_data` API call to
`multipart/form-data` does not work, because the current logic for
converting Python values to parts (`ApiClient._convert_body_to_post_params`)
does not encode them in a way that Django REST Framework can understand (it
JSON-encodes each part).

Fortunately, we don't actually need to do that, since when we create a task
with non-local files, we don't need to upload any files, and so we can just
post the original JSON, so do just that.

I couldn't add a test for the remote image case, because CVAT rejects all URLs
with non-public IP addressses. However, I did test this case manually.
3 years ago
Kirill Lakhov b7371ede35
Enabled authentication via email (#5037) 3 years ago
Kirill Lakhov f719f58df4
Fix ESlint problems / typescript for cvat-core (#5027)
* typescripted some files

* typescripted cloud storage

* reverted api-implementation, fixed minor errors

* updated changelog

* fixed jest test

* updated file: to link:

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago
Boris Sekachev e7c16064c4
Fixed invisible label view in label constructor (#5041)
* Fixed invisible label view in label constructor

* Updated changelog
3 years ago
Boris Sekachev 7850f1e9b1
Fixed changing label color on canvas (#5045)
* Fixed changing label color on canvas

* Updated changelog
3 years ago
Anastasia Yasakova 7cc05e80de
Fix serverless functions (#5039)
* Fix some serverless functions

* Update Changelog

* Fixes
3 years ago
Kirill Lakhov 8b719e4959
Fixed unstable e2e restore tests (#5010) 3 years ago
Anastasia Yasakova ddcee5b3a9
REST API tests with skeletons (#4987) 3 years ago
Anastasia Yasakova ba308336c6
Fix project export with skeletons (#5004) 3 years ago
Anastasia Yasakova fd666d00ad
Fix project import with skeletons (#4867) 3 years ago
Anastasia Yasakova 9e67bcb53c
Update Datumaro version (#4984) 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
KoheiKanagu cf4e0712cc
Removed unnecessary volumes defined in docker-compose.serverless.yml (#4659)
* Update docker-compose.serverless.yml

* Update CHANGELOG.md

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago
rhee-elten 15565cb952
FIX: Remove a possibly duplicated encodeURI() (Issue #4428) (#4947)
* FIX: Remove possibly duplicated encodeURI() to prevent double encode non-ascii path (Issue #4428 Cannot connect file share,cannot recognize non-ascii path)

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
3 years ago
Maria Khrustaleva 9f89787f95
Source & target storage support (#4842) 3 years ago
Nikita Manovich 393392c527 Bump version: v2.3.0.alpha 3 years ago
Nikita Manovich 79ce99acc5 Updated the version of release: v2.2.0 3 years ago
Maria Khrustaleva 352501c003
Fixed missing notification on cloud storage creation page when manifest file is required (#4921) 3 years ago
Anastasia Yasakova aed6de5ce3
Update COCO documentation (#4908) 3 years ago
Anastasia Yasakova 6bb343f4ca
Fix bug with removing attributes (#4927) 3 years ago
Maxim Zhiltsov 7218f4e283
Add host schema auto-detection in SDK (#4910) 3 years ago
Andrey Zhavoronkov 65a2610636
Fixed invocation of serverless functions (#4907) 3 years ago
Rodrigo Berriel a824196718
Add support for Oracle OCI Buckets (#4876) 3 years ago
Boris Sekachev 99a1be045b
Fixed issue: Maximum callstack exceed (#4836)
* Fixed issue: Maximum callstack exceed

* Updated version & changelog
4 years ago
Anastasia Yasakova 8b3e247d52
Extend COCO format to skeletons (#4821) 4 years ago
Boris Sekachev f332d922ea
Fixed project filtration (#4878)
* Fixed project filtration

* Updated version & changelog
4 years ago
Boris Sekachev fe0c38c34b
Added dumping a skeleton on a created resource, fixed some styles (#4829)
* Added dumping a skeleton on a created resource, fixed some styles

* Updated version & changelog

* Fixed remarklint issue

* Updated version
4 years ago
Boris Sekachev 2c3341a9cc
Added track removing confirmation (#4846)
* Added track removing confirmation

* Updated version & changelog

* Adjusted styles

* Fixed styles

* Updated package.json
4 years ago
Maxim Zhiltsov 53697ecac5
SDK layer 2 - cover RC1 usecases (#4813) 4 years ago
Maria Khrustaleva 182c39aa8f
Hotfix missing manifest file (#116) 4 years ago
Andrey Zhavoronkov 5e2eda7601
Extend helm to support Serverless functions and Analytics (#110) 4 years ago
Boris Sekachev 7e20b279af
Added support of skeletons (#1) 4 years ago
Andrey Zhavoronkov 02a2965e04
Fixed reset password after switching to dj-rest-auth (#52) 4 years ago
Maria Khrustaleva 164c2c34df
Images should be searched relative to the manifest file on cloud storage (#8) 4 years ago