Traceback (most recent call last):
File "jfda/prepare.py", line 544, in
gen_wider()
File "jfda/prepare.py", line 269, in gen_wider
train_data, val_data = load_wider()
File "/home/haneesh/Desktop/mtcnn-head-detection-master/jfda/utils.py", line 172, in load_wider
train_data = gen(os.path.join(txt_dir, 'wider_face_train_bbx_gt.txt'), trainmapper)
File "/home/haneesh/Desktop/mtcnn-head-detection-master/jfda/utils.py", line 144, in gen
x, y, w, h = [float() for _ in components]
ValueError: too many values to unpack (expected 4)
Traceback (most recent call last): File "jfda/prepare.py", line 544, in
gen_wider()
File "jfda/prepare.py", line 269, in gen_wider
train_data, val_data = load_wider()
File "/home/haneesh/Desktop/mtcnn-head-detection-master/jfda/utils.py", line 172, in load_wider
train_data = gen(os.path.join(txt_dir, 'wider_face_train_bbx_gt.txt'), trainmapper)
File "/home/haneesh/Desktop/mtcnn-head-detection-master/jfda/utils.py", line 144, in gen
x, y, w, h = [float() for _ in components]
ValueError: too many values to unpack (expected 4)
thank you