-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
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
Serverless function for YOLOv5 #5427
Comments
@aseprohman interesting question. I don't experience with this myself but perhaps someone in the community does. |
I'm still trying to install, here is documentation link from CVAT website : If it is successfully implemented, I think this automation tool can make a lot of annotation jobs more easier and less tedious :) |
Hello @glenn-jocher et all , I have tried to deploy a serverless function example that already run from openvino with yolov3 model for automatic annotations in cvat. The response data provided looks like in the image on the right terminal console, while the left terminal console is the "xywh" format from yolov5. do you have any idea to make the "xywh" value to "int" value like in the right terminal in the serverless function yolov3 ? regards |
@aseprohman well I'd assume some coordinate transformations are required. You can see examples of coordinate transformations and operations in general.py: Lines 512 to 614 in 19c8760
|
Search before asking
Question
hello @glenn-jocher et all,
Has anyone tried to install the yolov5 framework into the serverless function in the CVAT (Computer Vision Annotation Tool) tools? I want to use the automatic annotation feature in CVAT with custom DL model.
maybe there is a tutorial I can learn for this case ? thanks a lot
Additional
No response
The text was updated successfully, but these errors were encountered: