luckycallor/InsightFace-tensorflow

ValueError: dictionary update sequence element #0 has length 5; 2 is required

2151330 opened this issue · 1 comments

When I run get_embd.py, this problem occurs.I don't know why.Can you help me?
image

change ‘’embds_dict = dict(*zip(fns, list(embds_arr)))" to "embds_dict = dict(zip(fns, list(embds_arr)))"