You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/Apple/Downloads/Self-driving-Car-master/ViolaJonesFaceDetection/Viola-Jones-master/boostedcascade/boostedcascade.py", line 539, in loadModel
Ftarget, f, d, validset_rate, CIsteps, detectWndH, detectWndW, features_cnt = np.load(filename+'-variables.npy')
ValueError: need more than 3 values to unpack
My -variables.npy looks like this:
cat Model/-variables.npy
?NUMPYv{'descr': '<i8', 'fortran_order': False, 'shape': (3,), }
??
The text was updated successfully, but these errors were encountered:
File "/Users/Apple/Downloads/Self-driving-Car-master/ViolaJonesFaceDetection/Viola-Jones-master/boostedcascade/boostedcascade.py", line 539, in loadModel
Ftarget, f, d, validset_rate, CIsteps, detectWndH, detectWndW, features_cnt = np.load(filename+'-variables.npy')
ValueError: need more than 3 values to unpack
My -variables.npy looks like this:
cat Model/-variables.npy
?NUMPYv{'descr': '<i8', 'fortran_order': False, 'shape': (3,), }
??
The text was updated successfully, but these errors were encountered: