Yolo_mark icon indicating copy to clipboard operation
Yolo_mark copied to clipboard

Application is not running on windows

Open Ata1362 opened this issue 5 years ago • 7 comments

hi, I compiled the code but I received below error during compiling:

'yolo_mark.exe' (Win32): Loaded 'C:\Windows\System32\RTWorkQ.dll'. Symbols loaded. The thread 0x22ec has exited with code 0 (0x0). The thread 0x138c has exited with code 0 (0x0). The thread 0x225c has exited with code 0 (0x0). The thread 0x24fc has exited with code 0 (0x0). The program '[8060] yolo_mark.exe' has exited with code 0 (0x0).

Ata1362 avatar Apr 28 '19 05:04 Ata1362

@Ata1362 Hi,

Did you compile it for x64 & Release? https://hsto.org/webt/uh/fk/-e/uhfk-eb0q-hwd9hsxhrikbokd6u.jpeg

AlexeyAB avatar Apr 28 '19 09:04 AlexeyAB

Thank you for replying, yes I did it in that way and CMD appears for a second then goes and nothing else happens after that. I tried to restart the PC and program and do it again but same, nothing is happening.

On Sun, Apr 28, 2019 at 5:16 PM Alexey [email protected] wrote:

@Ata1362 https://github.com/Ata1362 Hi,

Did you compile it for x64 & Release? https://hsto.org/webt/uh/fk/-e/uhfk-eb0q-hwd9hsxhrikbokd6u.jpeg

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AlexeyAB/Yolo_mark/issues/131#issuecomment-487361101, or mute the thread https://github.com/notifications/unsubscribe-auth/AKAIFQMBO3RHZZ2JEPWHQTDPSVTOZANCNFSM4HI5VRAQ .

Ata1362 avatar Apr 28 '19 11:04 Ata1362

Try to put opencv_world345.dll to the same folder where is yolo_mark.exe

AlexeyAB avatar Apr 28 '19 11:04 AlexeyAB

Actually, I did it too. Because in the beginning, this was an error that the program could not find opencv_world345.dll. Any other suggestions?

On Sun, Apr 28, 2019 at 7:16 PM Alexey [email protected] wrote:

Try to put opencv_world345.dll to the same folder where is yolo_mark.exe

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AlexeyAB/Yolo_mark/issues/131#issuecomment-487369672, or mute the thread https://github.com/notifications/unsubscribe-auth/AKAIFQOVSEXNPC5KHXWHTPTPSWBR5ANCNFSM4HI5VRAQ .

Ata1362 avatar Apr 29 '19 00:04 Ata1362

Hi, I am facing the same issue. I compiled the code in visual studio 2019 (cannot get older VS versions now). Added the dll to the folder (opencv_world401.dll for me). When I run the command 'yolo_mark.exe data/img data/train.txt data/obj.names', it executes and then ends without any GUI showing up. Even if I give non existing file names, the same thing happens.

Any help please ? I am using OpenCV 4.0.1 since the code asked for opencv_world401.dll

v1viswan avatar May 04 '19 23:05 v1viswan

Hi there, Yes, this is exactly the same problem. I could not solve it but still trying to find a solution. Btw, I'm using Visual Studio 2017 + OpenCV 4.0.1

On Sun, May 5, 2019 at 7:40 AM v1viswan [email protected] wrote:

Hi, I am facing the same issue. I compiled the code in visual studio 2019 (cannot get older VS versions now). Added the dll to the folder (opencv_world401.dll for me). When I run the command 'yolo_mark.exe data/img data/train.txt data/obj.names', it executes and then ends without any GUI showing up. Even if I give non existing file names, the same thing happens.

Any help please ? I am using OpenCV 4.0.1 since the code asked for opencv_world401.dll

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AlexeyAB/Yolo_mark/issues/131#issuecomment-489373767, or mute the thread https://github.com/notifications/unsubscribe-auth/AKAIFQIPLKILXEXSRY5ZEIDPTYNFJANCNFSM4HI5VRAQ .

Ata1362 avatar May 05 '19 07:05 Ata1362

Good Day @AlexeyAB; gotta say thank you, this is a phenomenal implementation.

I'm facing a similar issue to the folks above, I've compiled as you suggest in the ReadMe (Used VS 2019, OpenCV 4.1.0), when I run the test it brings up the window and pauses, but I get no GUI as expected based on the rest of your GUI. Is there any additional information I can give you? Unfortunately I get no build errors and it throws no errors when I attempt to launch.

Cheers mate, thanks again

BadgerOnABike avatar Jul 11 '19 02:07 BadgerOnABike