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
311 stars 77 forks source link

Active Learning - Ability to change inference server path. #290

Closed reedajohns closed 3 months ago

reedajohns commented 3 months ago

Description

Some users utilize the active learning code via the Python package. The inference server address is hardcoded to 'http://localhost:9001/'. These charges allow the user to pass in a different server address, other than localhost.

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 by using active learning function to upload images to Roboflow project using a local server not at localhost.

Docs

No changes.

ryanjball commented 3 months ago

lgtm