Converting mobilenetv3 from tensorflow zoo to dnn
Hi, everybody! It's my first message at this place.
Whith steps I must do for converting finetuned DeepLab+mobilenetv3 image segmentation model from tensorflow zoo to dnn compatable pbtxt + pb?
It is possible in general?
As I understand from ssd tf to dnn expamles I must strip some unexpected and unused parts from tf pbtxt and add new ones expected in dnn?
Where I can read guideline for this process or may be exists ready scripts?
Thank you, and sorry for my ugly English )
see wiki: https://github.com/opencv/opencv/wiki...
tf_... scripts are here