You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for inference from frozen graph (for higher fps after optimizing). The inference script loads from checkpoint, for frozen graph, what would be input, output nodes?
Thanks!
The text was updated successfully, but these errors were encountered:
@noumanriazkhan As I mentioned in here that I tried to freeze the model and test but failed. I may miss some preprocess steps.
You can easily loop through the nodes in tf to find the input/output nodes by names I guess.
I suggest you check the original training codes for references.
Thanks for writing this beautiful piece.
I was looking for inference from frozen graph (for higher fps after optimizing). The inference script loads from checkpoint, for frozen graph, what would be input, output nodes?
Thanks!
The text was updated successfully, but these errors were encountered: