Francesco Gatti
Francesco Gatti
Hi @alexkokh, thank you for pointing out this errors. In response of the listed issues: - the unmerged changes are for sure an issue we need to fix it -...
Same issue with unreal 5.2 i cant toggle with the keybinding. Any solution?
Hi @psydack what is the current status on linux? Thanks
Actually I took multiplatform branch, merged with master and it works on linux. https://github.com/ceccocats/uimgui
tkDNN require opencv compled with dnn module, but is only for that Int8batchStream file. If you cant install opencv with dnn module just comment these lines: https://github.com/ceccocats/tkDNN/blob/d4f7b4ad8b21f1af78e1bada3e0368c0c1304ad9/src/Int8BatchStream.cpp#L4 https://github.com/ceccocats/tkDNN/blob/d4f7b4ad8b21f1af78e1bada3e0368c0c1304ad9/src/Int8BatchStream.cpp#L129 https://github.com/ceccocats/tkDNN/blob/d4f7b4ad8b21f1af78e1bada3e0368c0c1304ad9/src/Int8BatchStream.cpp#L130 of...
Hi Joe, unfortunately we do not use Windows and on Ubuntu we never had problems at all. Maybe I can check the serialisation functions but I can't check on windows...
You can activate the debugger With: ``` cmake .. -DDEBUG=True make ``` But I don't think it can help you to much We tested on: Jetson tx2, Jetson xavier, Jetson...
Are are some memory leak that must be fixed. I need some time but it is for sure an important TODO
> * The fopen's need to be in binary mode Same error... Does it create problems in Windows? Because in GNU/Linux never had any issue with this. > * char...
Are you sure the error is in the reorg? If you end the network right before the reorg the result is correct? And right after? Are the input and output...