-
Notifications
You must be signed in to change notification settings - Fork 7
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
C# version #11
Comments
I currently have no plans to develop a C# version, but perhaps you can replace the model with a C# version provided in the repositories of yolov5/6/7. This is because the output format after converting to ONNX in the YOLO-NAS architecture of this project is the same as theirs. |
C# is usually already in the Visual Studio. |
@jason-li-831202 I've seen that the output of Yolo NAS is different from Yolo V8, so can't be used the implementation provided for yolov5/6/7. @SuicunesLesson C# is programming language |
@mapo80 I think, you can try using the following repositories. |
Hi @mapo80, I successfully run yolo-nas onnx model in the https://github.com/techwingslab/yolov5-net repository. And you need to rewrite the following code :
|
@jason-li-831202 Great info! Thanks |
Hi,
is it possible to have a C# version for .Net user?
Thanks
The text was updated successfully, but these errors were encountered: