anylabeling icon indicating copy to clipboard operation
anylabeling copied to clipboard

Access the remote free YOLO detection api provided by the https://ultralytics.com

Open aiyou9 opened this issue 1 year ago • 5 comments

Yolov8 officially provides free running platform https://ultralytics.com If the dataset can be uploaded online, there is no strong confidentiality requirement. You can upload it to the official platform of yolov8, train it through colab, and get the model. The official platform of yolov8 provides free detection runs, which can be used to loop prelabels. Although ultralytics can also export the onnx format

image

However, it is possible to call the api via cURL and Python through its free run detection task image

Return json result image

aiyou9 avatar Jun 20 '23 09:06 aiyou9