dailystudio / ml

ML related stuff
Apache License 2.0
140 stars 48 forks source link

(Deeplab)(ios)(tflite)using deeplab on ios application #13

Open hakS07 opened 4 years ago

hakS07 commented 4 years ago

@dailystudio Hi, I have trained deep lab on my custom dataset(200*150) with 224 as crop size and during the test, it detects for crop with crop size 224 . now what I need is to integrate my model on ios application, i was able to successfully convert the model to tflite .but i does not detecte anything i don't get it whats the problem because when i tried to convert a deeplab pretrained mobilenet mode [llink](http://download.tensorflow.org/models/deeplabv3_mnv2_pascal_train_aug_2018_01_29.tar.gz it works for me on mobile and for my model no ,however i have tested my model (.pb model)with python code and it detects did you have any idea ??