luoyetx / Joint-Face-Detection-and-Alignment

Caffe and Python implementation of Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
BSD 3-Clause "New" or "Revised" License
102 stars 50 forks source link

ValueError: too many values to unpack (expected 4) #16

Closed Etyala closed 4 years ago

Etyala commented 4 years ago

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