Katsuya Hyodo
Katsuya Hyodo
Also, how did you get around the onnx-tf conversion error? It cannot be converted successfully with onnx-tf. ```bash $ onnx-tf convert -i ffnet_opset12_simplified.onnx -o ffnet_opset12_simplified /usr/local/lib/python3.8/dist-packages/tensorflow_addons/utils/ensure_tf_install.py:53: UserWarning: Tensorflow Addons supports...
In fact, I tried to implement that operation a month ago, but there were not enough samples of the model to create a good conversion program. To the extent possible,...
Thank you! I'm very busy with my day job, so I'll examine it carefully when I have time. >By the way, I noticed that Quantize layer from tflite is also...
.xml is broken. Also, the model is too large to be converted to EdgeTPU.
I do not know what structure the ONNX file you generated is. I can't answer any questions without information.
I will say it again. The model is too large to be converted to EdgeTPU.
Due to a problem with OpenVINO's conversion to Myriad Blob, I submitted an issue to Intel's engineers (OpenVINO). So far, Intel engineers seem to be concerned that the structure of...
It looks like the issue I posted has been triaged and escalated to the development team. I can somewhat predict that it will run faster if I reason with OpenVINO,...
https://github.com/ibaiGorordo/ONNX-HITNET-Stereo-Depth-estimation https://github.com/ibaiGorordo/TFLite-HITNET-Stereo-depth-estimation
A very lightweight stereo depth estimation model. The conversion to OpenVINO was successful, but I am struggling with Myriad Blob because it does not support **`ExtractImagePatches`**. If there is an...