Summary
-
Human Pose, Facial Landmarks, and similar use cases. See annotation with skeletons. Import and export of COCO Keypoints format.
-
Frame deleting in a job
-
Better tags visualization in classification mode
-
Serverless functions can return objects with attributes
-
CVAT SDK on PyPI. Install using
pip install cvat-sdk
-
CVAT CLI on PyPI. Install using
pip install cvat-cli
-
Improved helm chart
What's Changed
- Added ATLANTIS in README. by @smhassanerfani in #4423
- fixed: Permission error occured when accessing the JobCommits #4434 by @k1won in #4435
- fixed: job assignee can remove or update any issue created by the tas… by @k1won in #4436
- Feature/fixed build macos by @evekeen in #4414
- Fixed bug: Incorrect point deletion with keyboard shortcut by @klakhov in #4420
- Enhanced filtration/sorting for tasks/projects/tasks in projects/cloud storages by @bsekachev in #4409
- Tus for task annotations import by @klakhov in #4327
- Bump pillow from 9.0.0 to 9.0.1 in /utils/dataset_manifest by @dependabot in #4447
- Bump pillow from 9.0.0 to 9.0.1 in /utils/dicom_converter by @dependabot in #4446
- Intel® Bug Bounty Program by @nmanovic in #4454
- Remote files test by @azhavoro in #4443
- Added missing geos dependency by @evekeen in #4451
- Update REST API documentation by @Marishka17 in #4391
- Improve REST API testing system by @kirill-sizov in #4403
- Better readme to Helm chart by @kbegiedza in #4366
- fix linter issue by @Marishka17 in #4488
- Update documentation. Update sections about pages by @TOsmanov in #4480
- REST API tests: patch tasks, post/patch issues by @ActiveChooN in #4465
- Tus for project dataset by @klakhov in #4485
- Support paginated list for job commits #4476 by @k1won in #4482
- Add REST API GET, POST, PATCH tests for cloud storage by @Marishka17 in #4353
- Bump minimist from 1.2.5 to 1.2.6 in /cvat-core by @dependabot in #4509
- Bump minimist from 1.2.5 to 1.2.6 in /cvat-ui by @dependabot in #4510
- Bump minimist from 1.2.5 to 1.2.6 in /tests by @dependabot in #4511
- Fixed bug: Draw new label/tag by shortcut after annotate a tag blocks "Rectangle" selection button in side-bar by @klakhov in #4517
- fixed: Unable to upload annotations #4459 by @k1won in #4513
- Fix AI Tools by @amteusch in #4505
- Support CVAT 2.X deployment using helm by @se-wo in #4448
- fix build dependencies for Siammask by @VRichardJP in #4486
- Fix filter for getting cloud storage on task creation page by @Marishka17 in #4541
- EXIF orientation support by @ActiveChooN in #4529
- REST API tests: project accessibility by @ivk in #4496
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #4559
- Bump ansi-regex from 5.0.0 to 5.0.1 in /tests by @dependabot in #4566
- Bump ansi-regex from 3.0.0 to 3.0.1 in /cvat-core by @dependabot in #4565
- Revert Open3D to 0.11.2 by @ngaloppo in #4639
- fix auto-annotation group_id issue (#3676) by @zwfcrazy in #4579
- Hotfix: fix container name by @kirill-sizov in #4814
- Fix docker-compose.https.yml service names by @pockethook in #4847
- Fixed hot reload when develop with yarn by @bsekachev in #4825
- Update guide by @azhavoro in #4812
- Fix rest api test by @kirill-sizov in #4871
- SDK layer 2 - cover RC1 usecases by @zhiltsov-max in #4813
- Added stylelint check to precommit git hook by @bsekachev in #4826
- Added track removing confirmation by @bsekachev in #4846
- Added dumping a skeleton on a created resource, fixed some styles by @bsekachev in #4829
- Fixed project filtration by @bsekachev in #4878
- [WIP] Fix github pages base URL by @W-Schmitt in #4877
- Adjusted application links by @bsekachev in #4880
- Some fixes for skeleton patch related with merge & delete, undo/redo by @bsekachev in #4875
- Fixed actions_users/case_38_feedback_button by @klakhov in #4885
- Fixed jest tests by @bsekachev in #4887
- Extend COCO format to skeletons by @yasakova-anastasia in #4821
- Fixed issue: Maximum callstack exceed by @bsekachev in #4836
- Added some JEST tests to cover skeleton basic features by @bsekachev in #4865
- Added end-to-end Cypress tests for Skeletons pipeline by @bsekachev in #4892
- Initial version of update_version.py script to bump CVAT version by @azhavoro in #4889
- Add support for Oracle OCI Buckets by @rodrigoberriel in #4876
- updated the FAQ.md by @chernov-a in #4902
- SDK alpha 1 release by @zhiltsov-max in #4903
- Fix workflows after cvat container was renamed by @nmanovic in #4848
- Fixed invocation of serverless functions by @azhavoro in #4907
- Fixed redrawing a skeleton (Shift+N) by @bsekachev in #4906
- Align server api, sdk and cli versions to 2.1.0 by @zhiltsov-max in #4913
- Add host schema auto-detection in SDK by @zhiltsov-max in #4910
- Fix python3.7 compatibility by @zhiltsov-max in #4919
- Bump sdk version and update deps by @zhiltsov-max in #4923
- Fix bug with removing attributes by @yasakova-anastasia in #4927
- updated installation guide by @azhavoro in #4926
- Some documentation added for skeletons feature by @bsekachev in #4925
- Update COCO documentation by @yasakova-anastasia in #4908
- Update workflow configs by @kirill-sizov in #4930
- Fixed missing notification on cloud storage creation page when manifest file is required by @Marishka17 in #4921
- fix type declaration of private fields in cvat-canvas which are possibly null by @tjdans1114 in #4932
New Contributors
- @smhassanerfani made their first contribution in #4423
- @evekeen made their first contribution in #4414
- @kbegiedza made their first contribution in #4366
- @amteusch made their first contribution in #4505
- @se-wo made their first contribution in #4448
- @VRichardJP made their first contribution in #4486
- @ivk made their first contribution in #4496
- @ngaloppo made their first contribution in #4639
- @zwfcrazy made their first contribution in #4579
- @pockethook made their first contribution in #4847
- @W-Schmitt made their first contribution in #4877
- @rodrigoberriel made their first contribution in #4876
- @chernov-a made their first contribution in #4902
- @tjdans1114 made their first contribution in #4932
Full Changelog: v2.1.0...v2.2.0