Skip to content
Snippets Groups Projects
Commit b85a8c92 authored by Stephane Chavin's avatar Stephane Chavin
Browse files

correction

parent f3d0a488
Branches
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ elif args.mode == 'unique': ...@@ -36,7 +36,7 @@ elif args.mode == 'unique':
NB_IMG_PER_REC = 1 NB_IMG_PER_REC = 1
df = pd.read_csv(args.file,low_memory=False) df = pd.read_csv(args.file,low_memory=False)
df['Path'] = df.[args.columns_name] df['Path'] = df[args.columns_name]
def process(x): def process(x):
_, (i) = x _, (i) = x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment