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

correction

parent b9774fbf
Branches
Tags
No related merge requests found
......@@ -113,7 +113,4 @@ liste_espece = pd.read_csv(str(path+'../liste_especes.csv'))
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('nc : ' + str(len(liste_espece))+'\n')
f.write('names : '+ str(liste_espece.espece.tolist()))
#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