roboflow / inference

A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
https://inference.roboflow.com
Other
1.3k stars 116 forks source link

Add http get support for legacy model inference #449

Closed PacificDou closed 4 months ago

PacificDou commented 4 months ago

Description

Add http get support for legacy model inference, so users can request: https://detect.roboflow.com/model_name/version_id?api_key=1xxx&confidence=40&overlap=30&format=image&labels=on&stroke=2&image=xxx

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 locally