alpr-unconstrained icon indicating copy to clipboard operation
alpr-unconstrained copied to clipboard

question about reconstruct function

Open l1228911525 opened this issue 5 years ago • 1 comments

Hi, thanks for your work.Your work halped me a lot.I find a question during the inference process.During the inference process "reconstruct" function take a lot of time to run.I find the function is wrriten in numpy. I want to rewrite the function in keras or other deep learning framework.Can you tell me why you didn't write the function in keras or what problem did you encounter.Look forward to your reply, thank you.

l1228911525 avatar Dec 19 '19 01:12 l1228911525

“reconstruct” function's parameters are not tensors, so you don't have to write them in keras.

karentwan avatar Jan 16 '20 11:01 karentwan