You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrey Zhavoronkov 1ecc607286
Get preview images on the fly and keep them in cache (#5478)
Improved image preview loading for **Tasks**, **Jobs** and **Projects**
views
Backend behaviour change: creating image previews by request and storing
them in the cache
Added corresponding endpoints:
tasks/{id}/preview
projects/{id}/preview
jobs/{id}/preview

Demonstration(added random 0-1s delay for demo purposes):
https://user-images.githubusercontent.com/41117609/208106321-951b8647-6e6b-452e-910c-31c4d0b8682d.mp4
https://user-images.githubusercontent.com/41117609/208106339-2d3a5a7b-d422-4b27-9e76-08729022e1ca.mp4
3 years ago
..
proxies Get preview images on the fly and keep them in cache (#5478) 3 years ago
__init__.py Add 2nd layer of SDK (#19) 4 years ago
client.py Fix creation of tasks with Git repositories via the SDK (#5409) 3 years ago
downloading.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
exceptions.py Check server version in SDK (#4935) 3 years ago
git.py Fix creation of tasks with Git repositories via the SDK (#5409) 3 years ago
helpers.py cvat-sdk: make sure to redraw the progress bar after use (#5235) 3 years ago
progress.py Add 2nd layer of SDK (#19) 4 years ago
schema.py Add 2nd layer of SDK (#19) 4 years ago
uploading.py SDK: fix `Project.import_dataset` incorrectly waiting for completion (#5459) 3 years ago
utils.py SDK: add a utility function for atomically writing a file (#5372) 3 years ago