kkk324
kkk324
If anyone wanna convert MobilenetV2 from PyTorch to Tensorflow. https://github.com/CR-Ko/Pytorch2TF This might help. But it require to modify onnx-tf.
@Pari-singh Did you solve this issue?
Short answer is that this model's input size is restrict in (320, 240). So there is not a simple way to do that (automatically get a depth map in the...
You can reduce you input resolution to 320x240 or others. I have already tried on server, iPhone and Android and worked. But even the original size 384x512, single image will...
I have a tensorflow version model.
No. I wrote my own converter to port pytorch model to tf one.
Have Fun ! https://github.com/CR-Ko/MegaDepth_Tensorflow To speedup, there are some minor changes. 1. merge pro- and post-processing into model. 2. change input size.
More info plz. Have u try python3? I think u can just : 1. git clone 2. python3 inference_mega_tensorflow.py
CoreML and Tensorflow Lite both are converted successfully. The way I handling with pre- and post-processing can speedup inference on CoreML a bit. What kind of function do u wanna...