From 94eb6cb5f1d124f6d2665067f4a0d7c227fb8ab8 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Tue, 18 Oct 2022 12:45:27 +0300 Subject: [PATCH] Bump Datumaro commit (#5122) --- CHANGELOG.md | 2 ++ cvat/requirements/base.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ad3609..325a416d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ non-ascii paths while adding files from "Connected file share" (issue #4428) - Restoring CVAT in case of React-renderning fail () - Deleted frames become restored if a user deletes frames from another job of the same task () +- Skeleton points exported out of order in the COCO Keypoints format + () ### Security - TDB diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index 75a062eb..96523312 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -45,7 +45,7 @@ diskcache==5.0.2 boto3==1.17.61 azure-storage-blob==12.13.0 google-cloud-storage==1.42.0 -git+https://github.com/cvat-ai/datumaro.git@d9f492003ac57ce9c511c3079f67861e177ff134 +git+https://github.com/cvat-ai/datumaro.git@0b49dbe3194d71846a51ae94e8cb2fccd0ed261d urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability natsort==8.0.0 mistune>=2.0.1 # not directly required, pinned by Snyk to avoid a vulnerability