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

Fixes batch_name and tag_names not being set when uploading a hosted image #268

Closed joaomarcoscrs closed 1 month ago

joaomarcoscrs commented 2 months ago

Description

Adds support to set batch_name and tag_names when uploading a hosted image, it only work for local images right now. Also adds some tests for the upload_image method in rfapi.py adapter

From this issue: https://github.com/roboflow/roboflow-python/issues/253

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?

Added unit tests for the rfapi.py adapter, testing the upload_image method output for multiple scenarios.

Docs