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

Allow downloads for non object-detection models #226

Closed sberan closed 7 months ago

sberan commented 7 months ago

Description

Moves download logic into the base class to allow download of any model. Whether the model can be downloaded is controlled server-side, so in the future, model downloads can be added server-side without the need for client changes.

Type of change

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

Tested in staging.

Any specific deployment considerations

Will need to release a new version of the sdk.

Docs