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.
Roman Donchenko 12961b35d6
cvat-sdk: make sure to redraw the progress bar after use (#5235)
tqdm does not necessarily redraw the progress bar after every update,
and without the call to `refresh` it might not update it to the final state.

I discovered this while writing a test in which the progress bar is updated
in chunks, and the last chunk is smaller than the previous ones.
3 years ago
..
core cvat-sdk: make sure to redraw the progress bar after use (#5235) 3 years ago
__init__.py Add 2nd layer of SDK (#19) 4 years ago
exceptions.py Add host schema auto-detection in SDK (#4910) 3 years ago
models.py Add 2nd layer of SDK (#19) 4 years ago