MCPcopy
hub / github.com/matthewearl/deep-anpr / vec_to_plate

Function vec_to_plate

train.py:186–187  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

184 init = tf.initialize_all_variables()
185
186 def vec_to_plate(v):
187 return "".join(common.CHARS[i] for i in v)
188
189 def do_report():
190 r = sess.run([best,

Callers 1

do_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected