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

Yolov9 inference on C# #95

Closed
Kayzwer opened this issue Feb 27, 2024 · 6 comments
Closed

Yolov9 inference on C# #95

Kayzwer opened this issue Feb 27, 2024 · 6 comments

Comments

@Kayzwer
Copy link

Kayzwer commented Feb 27, 2024

https://github.com/Kayzwer/yolo-cs

@Kayzwer Kayzwer closed this as completed Feb 27, 2024
@Kayzwer Kayzwer reopened this Feb 27, 2024
@WongKinYiu
Copy link
Owner

Added to readme.

@Kayzwer
Copy link
Author

Kayzwer commented Feb 28, 2024

@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

@WongKinYiu
Copy link
Owner

Please check you will get ElementAt(0) or ElementAt(1).

For example: https://github.com/Kayzwer/yolo-cs/blob/master/Yolov9.cs#L73

@Kayzwer
Copy link
Author

Kayzwer commented Mar 2, 2024

Please check you will get ElementAt(0) or ElementAt(1).

For example: https://github.com/Kayzwer/yolo-cs/blob/master/Yolov9.cs#L73

the code produces expected result without any errors.

@BingGitCn
Copy link

public class Yolov9 : Yolo
where is this : Yolo

@Kayzwer
Copy link
Author

Kayzwer commented Mar 13, 2024

public class Yolov9 : Yolo where is this : Yolo

this fix is done, but let me rerun a test to make sure all the classes are working properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants