techwingslab/yolov5-net

How to use this repo

hygxy opened this issue · 1 comments

hygxy commented

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

"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

"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)

Do default configuration with default image work?