We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to convert the squeezedet checkpoint to frozen graph and then conversion tflite but I cant. my command is:
python3 freeze_graph.py --input_meta_graph=/home/davari/detection_on_mobile/squeezeDet/model.ckpt-95000.meta --input_checkpoint=/home/davari/detection_on_mobile/squeezeDet/model.ckpt-95000 --output_node_names="bbox/trimming/bbox,probability/class_idx,probability/score" --input_binary=True --output_graph=/home/davari/detection_on_mobile/squeezeDet/model-95000.pb
is it correct conversion?!
The text was updated successfully, but these errors were encountered:
Did you find this out, I am trying to do the same thing?
Sorry, something went wrong.
No branches or pull requests
I try to convert the squeezedet checkpoint to frozen graph and then conversion tflite but I cant.
my command is:
python3 freeze_graph.py
--input_meta_graph=/home/davari/detection_on_mobile/squeezeDet/model.ckpt-95000.meta
--input_checkpoint=/home/davari/detection_on_mobile/squeezeDet/model.ckpt-95000
--output_node_names="bbox/trimming/bbox,probability/class_idx,probability/score"
--input_binary=True
--output_graph=/home/davari/detection_on_mobile/squeezeDet/model-95000.pb
is it correct conversion?!
The text was updated successfully, but these errors were encountered: