mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-16 21:47:47 +00:00
tiny
This commit is contained in:
@@ -7,7 +7,7 @@ def parse_lst_line(line):
|
||||
vec = line.strip().split("\t")
|
||||
assert len(vec)>=3
|
||||
aligned = False
|
||||
if int(vec[0])==1:
|
||||
if int(vec[0])>0:
|
||||
aligned = True
|
||||
image_path = vec[1]
|
||||
label = int(vec[2])
|
||||
|
||||
Reference in New Issue
Block a user