yolov5-net icon indicating copy to clipboard operation
yolov5-net copied to clipboard

How to use this repo

Open hygxy opened this issue 3 years ago • 1 comments

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)

hygxy avatar Apr 10 '22 03:04 hygxy

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?

Red007Master avatar Aug 19 '22 00:08 Red007Master