Progress Bar tqdm
Introduction
How to debug this tutorial
git clone https://github.com/supervisely-ecosystem/tutorial-tqdm.git
cd tutorial-tqdm
./create_venv.shcode .PROJECT_ID=17732 # ⬅️ change value
TEAM=449 # ⬅️ change valueImport libraries
Init API client
Get variables from environment
Use tqdm for tracking progress
Example 1. Use tqdm in the loop.



Example 2. Download image project and upload it into Team files using tqdm progress bar.


Example 3 (advanced). Use native sly.Progress functions for downloading.


Last updated