alpr-unconstrained
alpr-unconstrained copied to clipboard
TypeError: 'float' object cannot be interpreted as an integer
Ytrain = np.empty((batch_size,dim/model_stride,dim/model_stride,2*4+1))
I tried :
Ytrain = np.empty((batch_size,dim//model_stride,dim//model_stride,2*4+1))
but still does not work.

Hello! did you checked this issue?
https://github.com/sergiomsilva/alpr-unconstrained/issues/105