sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios
Other
1.72k stars 606 forks source link

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

Open M-refaei opened 4 years ago

M-refaei commented 4 years ago

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

oninsomnus commented 3 years ago

Hello! did you checked this issue?

https://github.com/sergiomsilva/alpr-unconstrained/issues/105