Skip to content
Snippets Groups Projects

Main patch 623a

Closed Stephane Chavin requested to merge main-patch-623a into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -22,6 +22,7 @@ annots = args.path_to_data
today = date.today()
out_file = str('YOLO_detection'+str('_'+str(today.day)+'_'+str(today.month)))
outdir = args.directory
df = pd.concat({f:pd.read_csv(os.path.join(annots, f), sep=' ', names=['espece', 'x', 'y', 'w', 'h'])
Loading