sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keras_util.py reconstruct array operation

AsharFatmi opened this issue · comments

Hi,
I am implementing TensorRT for LP detection.

In src.keras_utils.py file, there is a NumPy array operation that I don't understand what it does.

Probs = Y[...,0]

keras_utils.py

Any idea what this does?

@AsharFatmi Are you able to convert model into tensorRT engine ? Please any help ?