I'm creating a model from using holy-edge. Then, I would like to convert this model to Tensorflow Lite for Mobile usage. I followed steps here and was able to convert the model to .pg file with output_node_names=predictions . For next step, I need to convert .pg file to Tensorflow Lite model by using toco but I don't know where to find some required parameters such as input_array, output_array, input_shape and output_node_names.
Does anyone know how to convert a HED model to Tensorflow Lite mode? Please help.
Thanks, Duc