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

modify

parent 09b7f5d4
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ out_file = str('YOLO_detection'+str('_'+str(today.day)+'_'+str(today.month))) ...@@ -23,7 +23,7 @@ out_file = str('YOLO_detection'+str('_'+str(today.day)+'_'+str(today.month)))
outdir = args.directory outdir = args.directory
df = pd.concat({f:pd.read_csv(os.path.join(annots, f), sep=' ', names=['espece', 'x', 'y', 'w', 'h', 'conf']) df = pd.concat({f:pd.read_csv(os.path.join(annots, f), sep=' ', names=['espece', 'x', 'y', 'w', 'h'])
for f in tqdm(os.listdir(annots))}, names=['file']) for f in tqdm(os.listdir(annots))}, names=['file'])
df = df.reset_index(level=[0]) df = df.reset_index(level=[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment