WorstCodeWay

Results 30 comments of WorstCodeWay

> 1、You can explicitly delete TcpClient before app exit; 2、remove the code line `hlogi("EventLoopThread stopped...` directly. Yes, it's better.

@etkaar Hi, do you solve it? I encounter problem very like this, but the unresolved symbol is `Tins::Internals::increment(IPv4Address &)`

> No, unfortunately not. I had to use Visual Studio 2015 instead: https://stackoverflow.com/a/44290942 > > You will later then be able to still use Visual Studio 2022 by changing the...

@gvanem Hi, I meet exactly same problem as you havd (`10022` error when calling `sendto` within this library). But I tried your solution, don't work. And I confirm my system...

> I have same exception on win11 I think this is a socket limitation Raw sockets not allowed to work on 10 and 11 @ahmedtalaat327 You're right. Confirmed by more...

> @WorstCodeWay I think this works @ahmedtalaat327 Sorry, where is Port Scan.exe from? Is it built from Tins example source code?

> > > @WorstCodeWay I think this works > > > > > > @ahmedtalaat327 Sorry, where is Port Scan.exe from? Is it built from Tins example source code? >...

> I advise you to move the image files one level earlier, that is, so that the structure is like this: > > ``` > COCO_dataset/ > |-- annotations/ >...

> yes, I agree. Apparently, the storage location of photos depends on the version cvat. My upload in this format looks like in the example. So, as an option, you...

> I assume that if there is a task that is not defined to any of the subtasks such as train validation or test, then it creates a data folder....