bedapisl
bedapisl
Hello, I am trying to convert my Keras model to ONNX format, but I am getting lots of warnings and an error: ``` WARN: No corresponding ONNX op matches the...
When linking against yaml-cpp I got following error: ``` /usr/bin/ld: /home/beda/.local/lib/../lib/libyaml-cpp.a(convert.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTIN4YAML11InvalidNodeE' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final...
Hello is it possible to achieve exactly same results with this library as if I was using `cv2.resize` with `interpolation=cv2.INTER_LINEAR` from OpenCV? I tried using `Resizer::new(Convolution(Bilinear))` but the pixel values...