The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
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.
[ x] Bug fix (non-breaking change which fixes an issue)
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.
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.