Filippo Aleotti
Filippo Aleotti
Hi, I guess you are using the previous version of the code in this repo, have you tried to update the tf-interpreter version? Maybe it is too old
And about the code? I guess you are you using the android code from the previous version, but are you loading the new or the old checkpoint?
I mean, in the tflite branch which model are you trying to load? The pydnet++ (the one included in that branch) or the new one?
Hi, Unfortunately, that formula doesn't hold here since the model is not stereo (nor is mimicking a stereo one). In particular, the model predicts an inverse depth map for the...
Hi I already did in the past a similar application using tflite. Unfortunately, the app was supposed to be “shot and elaborate”, so not in streaming. However, I’ve already planned...
Hi Eyal No, I didn’t published that app. In the next days I’ll try to upload a tflite version of this app Best regards
Hi Eyal I tried two days ago but right now the app crashes (probably due to a bug in the code I added). Unfortunately, I’m quite busy now and I...
Just created a `tflite` branch. I uploaded also the script I used for exporting the model
Thank you for your support. So, the problem is the maximum operation used in the `leaky_relu`. A possible solution could be replacing the `leaky_relu` (defined in `script/layers.py`) with the native...
Hi Eyal, have you got some news? I’ve spent some time on debugging but I can’t figure out why the app crashes. However, with the native tf.nn.leaky_relu the maximum operation...