kuaikuaikim / dface

Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
http://dface.tech
Apache License 2.0
1.26k stars 350 forks source link

Onet ValueError #26

Open Dawnlnz opened 5 years ago

Dawnlnz commented 5 years ago

File "dface/prepare_data/gen_landmark_48.py", line 156, in gen_data(args.annotation_file, args.traindata_store, args.prefix_path) File "dface/prepare_data/gen_landmark_48.py", line 84, in gen_data delta_x = npr.randint(-w 0.2, w 0.2) File "mtrand.pyx", line 992, in mtrand.RandomState.randint ValueError: Range cannot be empty (low >= high) unless no samples are taken

guochunhe commented 4 years ago

请问你的问题解决了吗