You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build this repo from source in VS 2022 and overwrite the original image in Yolov5Net.App/Assets/test.jpg with a custom image(on which the python version works). I then click the Start without Debugging menu on VS to run the application. The console output is
"Yolov5Net.App.exe (process 19836) exited with code 0.
Press any key to close this window . . ."
But no result image is saved. I've also tried run the "Yolov5Net.App.exe" directly in console, but still nothing happens(empty console output, no result image saved)
The text was updated successfully, but these errors were encountered:
I build this repo from source in VS 2022 and overwrite the original image in Yolov5Net.App/Assets/test.jpg with a custom image(on which the python version works). I then click the Start without Debugging menu on VS to run the application. The console output is
"Yolov5Net.App.exe (process 19836) exited with code 0.
Press any key to close this window . . ."
But no result image is saved. I've also tried run the "Yolov5Net.App.exe" directly in console, but still nothing happens(empty console output, no result image saved)
Hi, first of all thanks for sharing!
I build this repo from source in VS 2022 and overwrite the original image in Yolov5Net.App/Assets/test.jpg with a custom image(on which the python version works). I then click the Start without Debugging menu on VS to run the application. The console output is
But no result image is saved. I've also tried run the "Yolov5Net.App.exe" directly in console, but still nothing happens(empty console output, no result image saved)
The text was updated successfully, but these errors were encountered: