-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
YoloV8 serverlesss support #6471
Comments
Very much needed!!!!!! I hope it can be done. Thank you very much |
@hardikdava |
@KTXKIKI I was thinking the same. It is already on my schedule. |
@hardikdava import json def init_context(context):
def handler(context, event):
|
yolov8 segment I try to but have many problem |
@KTXKIKI I got it working. But I have some issue with lots of polygon points. I am working on it. I will let you know once it is working. |
@hardikdava Thank you very much. I have also tried many ways, but there are always problems |
YOLOV8 classification also requires |
@KTXKIKI Is there any way of using roboflow as a support here? |
My actions before raising this issue
Hello @cvat-maintainers 👋 , I can add support for YoloV8 object detection for automatic annotation. Please let me know if it helps cvat community for better and faster annotations then I would be happy to open a pull request. There is already a request from a user #5552
Future scope:
There is a lot of scope using
ultralytics
as they provide support for following models.The text was updated successfully, but these errors were encountered: