-
Notifications
You must be signed in to change notification settings - Fork 0
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
posts/onnx-directml-unity-tutorial/part-1/ #36
Comments
Hi there, do you have any idea how I can solve this issue? |
Hi @SoroorMa, Thank you for reporting this issue. The source of the problem is that I mixed up the folders for different OpenCV versions when writing the tutorial. I covered downloading OpenCV Since you already have OpenCV 4.6.0, make the following changes:
The project should build properly with those changes. Thanks again for reporting this issue. I recently started updating all my tutorials and will add this to the list. |
Hi @SoroorMa, Maybe verify that you have the "Desktop development with C++" addon installed through the Visual Studio Installer and install the latest Microsoft Visual C++ Redistributable. |
Christian Mills - Real-Time Object Detection in Unity With ONNX and DirectML Pt. 1
Create a dynamic link library (DLL) file in Visual Studio to perform object detection with a YOLOX model using ONNX Runtime and DirectML.
https://christianjmills.com/posts/onnx-directml-unity-tutorial/part-1/
The text was updated successfully, but these errors were encountered: