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

Update get_train_val_YOLO.py

parent a2510347
No related branches found
No related tags found
No related merge requests found
......@@ -110,4 +110,4 @@ with open(str(direction+'custom_data.yaml'),'w') as f:
f.write('train : '+direction+'images/train\n')
f.write('test : '+direction+'images/val\n')
f.write('nc : ' + str(len(tab))+'\n')
f.write('names : ' + str(tab.columns))
f.write('names : ' + str(tab.index.tolist()))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment