Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aiyou9 opened this issue Jun 20, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@aiyou9
Copy link

aiyou9 commented Jun 20, 2023

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
Copy link
Owner

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

@vietanhdev vietanhdev added the enhancement New feature or request label Jun 20, 2023
@aiyou9
Copy link
Author

aiyou9 commented Jun 20, 2023

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

@aiyou9
Copy link
Author

aiyou9 commented Jun 22, 2023

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

but it can Export Models, Download Models for free

@aiyou9
Copy link
Author

aiyou9 commented Jun 29, 2023

integrating SAM API endpoints #116

@aiyou9
Copy link
Author

aiyou9 commented Jun 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants