Closed tomtomtong closed 6 years ago
Hi @tomtomtong,
No, I did not use freeze_graph
, I just took the model from tensorflow repo and simply renamed it so that it has .bytes extension instead of .pb. Same thing for some MobileNet models I tried, for example the one I got flowing this article. Simply switch extension to .bytes and use it as you would use it in the android example from tensorflow repo.
I assume your question is answered, so I'm gonna close this issue. Feel free to reopen if anything is unclear.
Thx a lot.
Hello. How do you convert the pre-trained model into .bytes format? Do you use freeze_graph.py? Thx