Open bigelow2017 opened 4 years ago
Additionally, it would help a lot if the training script could be provided to aid in identifying the correct input and output nodes.
@sharder996 , we used the following code for training: https://github.com/pierluigiferrari/ssd_keras/
@sharder996 any news on this? I'd be happy to help/get the .tflite weights file if you have it
I'd like to try using this model on a mobile platform and have been trying to convert this model to tflite, but have have been running into problems. Has anyone else done this or know how to go about doing this?
These are the problems that I have run into:
Code that I am using:
The goal of the above code is save the model in a format where Tensorflow v2 can take over and the model to tflite. So, the final conversion would take place in a separate environment using Tensorflow v2.
While this script does finish without throwing any exceptions, the outputted tflite file size is on the order of bytes.
Any suggestions are welcome!