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

Update get_train_val_YOLO.py

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