roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
280 stars 72 forks source link

fix tqdm import for download progress #223

Closed sberan closed 7 months ago

sberan commented 7 months ago

Description

Fixes the following error:

>>> model.download()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/avaishampayan/projects/petra-ai/libs/rivian-petra-ml/.venv/lib/python3.10/site-packages/roboflow/models/object_detection.py", line 503, in download
    for chunk in tqdm(
TypeError: 'module' object is not callable

Type of change

Please delete options that are not relevant.

How has this change been tested, please provide a testcase or example of how you tested the change?

Tested Locally

Any specific deployment considerations

n/a

Docs

n/a