vietanhdev / anylabeling

Effortless AI-assisted data labeling with AI support from YOLO, Segment Anything, MobileSAM!!
https://anylabeling.nrl.ai
GNU General Public License v3.0
2.04k stars 222 forks source link

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

Open aiyou9 opened 1 year ago

aiyou9 commented 1 year ago

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

vietanhdev commented 1 year ago

Nice idea! I'm also thinking about integrating API endpoints to help users use their own models.

aiyou9 commented 1 year ago

great,I will collect other platform which provide free model run time,but they are rare

aiyou9 commented 1 year ago

sorry, I check the price in https://ultralytics.com/pricing, it not free 😢

but it can Export Models, Download Models for free

aiyou9 commented 1 year ago

integrating SAM API endpoints #116

aiyou9 commented 1 year ago

A web API for SAM implemented with FastAPI. https://github.com/ksugar/samapi

Great, I'll collect other platforms that offer free model runtimes, but they're rare