tantara / JejuNet

Real-Time Video Segmentation on Mobile Devices with DeepLab V3+, MobileNet V2. Worked on the project in 🏝 Jeju island
http://jeju.dlcamp.org/2018/
MIT License
279 stars 54 forks source link

How to convert model correctly to Tflite #10

Closed abi98213 closed 4 years ago

abi98213 commented 5 years ago

Hello! I am trying to Convert model ( http://download.tensorflow.org/models/deeplabv3_mnv2_pascal_trainval_2018_01_29.tar.gz ) to tflite. But I don't know what should be input and output shape for this. So kindly tell me how did you converted to tflite.

tantara commented 4 years ago

Probably (513, 513, 3), (33, 33, 3) for input and output, respectively