-
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
How to get a rotated rectangle from serverless api? #6891
Comments
Hi, you will probably need to modify the server code to enable support for this. Please check the module source code here. |
when use yolo obb model,
but the result in cvat, the rotatios seems not very good !! why? |
by my test |
@jaffe-fly, there must be a rotation (the angle in degrees) in the |
here is my code for reference Hope someone can provide a better solution |
here is the raw output of rectangle from https://github.com/opencv/cvat/blob/develop/serverless/onnx/WongKinYiu/yolov7/nuclio/model_handler.py
I try to add
rotation
and it's not workI try to add
rotation
inattributes
and it's also not workhow can I get a rotated rectangle ?
The text was updated successfully, but these errors were encountered: