magicse

Results 101 comments of magicse

I had replace ReturnCode { SUCCESS, ERROR }; with ReturnCode { B_SUCCESS, B_ERROR }; and all compiled successfully. [ 89%] Linking CXX executable tests.exe [100%] Built target tests

may it need change to something like this: enum ReturnCode { B_SUCCESS=0, B_ERROR=1 }; all compiled successfully. [ 89%] Linking CXX executable tests.exe [100%] Built target tests

The "port_def.inc" file is included as needed in "command_line_interface_unittest.cc" // Must be included last. #include I think the problem is that word "ERROR" is a reserved word windows.h. and the...

https://www.daniweb.com/programming/software-development/threads/428990/need-help-with-enum-code-error

In any way file "port_def.inc" included correctly and it didn't work. But with changes like this ReturnCode { B_SUCCESS=0, B_ERROR=1 }; **All compiled successfully.**

This is miracle ;-))

try check conversion RGB BRG [link 1](https://www.codegrepper.com/code-examples/whatever/convert+rgb+to+brg) [link 2](https://towardsdatascience.com/different-colorspaces-as-inputs-to-cnns-406ae62d1bd6)

@alessiabertugli [GFPGAN to ONNX](https://github.com/TencentARC/GFPGAN/issues/184)

> I'm also getting a similar error "Could not load symbol cublasGetSmCountTarget from cublas64_11.dll. Error code 127" > > I am not sure how critical is it though. > >...