-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Yolov9 inference on C# #95
Comments
Added to readme. |
@WongKinYiu sorry one more thing, https://github.com/Kayzwer/openvino-yolo-cs this is yolov9 inference on C# with openvino, also there is a pull request that fix openvino export #108 |
Please check you will get For example: https://github.com/Kayzwer/yolo-cs/blob/master/Yolov9.cs#L73 |
the code produces expected result without any errors. |
public class Yolov9 : Yolo |
this fix is done, but let me rerun a test to make sure all the classes are working properly. |
https://github.com/Kayzwer/yolo-cs
The text was updated successfully, but these errors were encountered: