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
272 stars 71 forks source link

Feature/yolonas upload #238

Closed probicheaux closed 5 months ago

probicheaux commented 5 months ago

Description

Allows upload of yolonas to the platform! Note -- uploaders will need to create their opt.yaml file directly for yolonas since the deci repo doesn't create it, and it doesn't persist any of the data we need anywhere else. The cli should informo users how to do this, however. The model file is already weight_only=True compatible.

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?

Staging! Deployed

Any specific deployment considerations

Will need to deploy roboflow-model-conversion along with this.

Docs