sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: 'float' object cannot be interpreted as an integer

M-refaei opened this issue · comments

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.
Screenshot from 2020-06-05 16-27-46

Hello! did you checked this issue?

#105