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

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

Open M-refaei opened this issue 5 years ago • 1 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

M-refaei avatar Jun 05 '20 08:06 M-refaei

Hello! did you checked this issue?

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

oninsomnus avatar Nov 04 '20 15:11 oninsomnus