Revision b450b44bab2ca86263c3f0e1ea7f2e7b4b616efb authored by Kirill Sizov on 11 October 2023, 20:10:55 UTC, committed by GitHub on 11 October 2023, 20:10:55 UTC
When uploading annotations for the whole task that has few jobs our
server splits tracks. Each track we divide into a few tracks in that way
that each track corresponds to only one job and all shapes of the track
do not extend beyond the frame range corresponding to that job.

It mainly works, but we have a problem with skeleton tracks. Due to this
problem we if upload skeleton tracks for the whole task all our tracks
will be duplicated for each job but not split, it means that we will
have tracks that extend beyond the frame range of jobs and it leads to
bad side effects, in this case, our exported annotations from such task
could be incorrect or we won't be able to export annotations at all.

And the reason for this problem is this small bug, which this PR fixes.
Our code really slices sub-tracks for the skeleton track, but after this
slicing server doesn't save the result.
1 parent cf4329a
History
File Mode Size
cvat_sdk
gen
requirements
.gitignore -rw-r--r-- 946 bytes
.openapi-generator-ignore -rw-r--r-- 1.2 KB
.remarkignore -rw-r--r-- 15 bytes
MANIFEST.in -rw-r--r-- 83 bytes
README.md -rw-r--r-- 1.0 KB
pyproject.toml -rw-r--r-- 383 bytes

README.md

back to top