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 "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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: