German_License_Plate_Recognition icon indicating copy to clipboard operation
German_License_Plate_Recognition copied to clipboard

Android camera app for automatic recognition of German license plates using TensorFlow / TensorFlow Lite 2.4.1

Results 5 German_License_Plate_Recognition issues
Sort by recently updated
recently updated
newest added

Hello! Our static bug checker has found a performance issue in models/research/seq_flow_lite/models/sgnn/sgnn.py: [`fused_project`](https://github.com/aboerzel/German_License_Plate_Recognition/blob/6fc53292b1d3ce3c0340ce724c2c11c77e663d27/models/research/seq_flow_lite/models/sgnn/sgnn.py#L174) is repeatedly called in a for loop, but there is a tf.function decorated function [`func`](https://github.com/aboerzel/German_License_Plate_Recognition/blob/6fc53292b1d3ce3c0340ce724c2c11c77e663d27/models/research/seq_flow_lite/models/sgnn/sgnn.py#L139) defined and...

Hi, When I follow the instructions in readme file, I'm stuck in conda env creation as I'm not able to find tf1.13.yml. Can you please upload the file.

Excellent project. I have a request: The class org.boerzel.glpr.tflite.PlateDetector references a class PlateDetectionModel which is not included in the package. Could you add this class? Thank you very much

Is it possible to somehow modify your project to work on Linux and not android and if so, could you maybe explain it to me ? -Nick

~\anaconda3\envs\tf1.13\lib\site-packages\tensorflow\python\client\session.py in _do_call(self, fn, *args) 1346 pass 1347 message = error_interpolation.interpolate(message, self._graph) -> 1348 raise type(e)(node_def, op, message) 1349 1350 def _extend_graph(self): NotFoundError: Failed to create a NewWriteableFile: ../../output/plate_detection/checkpoints/ssdlite_mobilenet_v2_coco_2018_05_09\model.ckpt-0_temp_7d92d20af5a44b46ab526bd85b7e081d/part-00000-of-00001.data-00000-of-00001.tempstate10720293889198118990 :...