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

Update file get_train_annot.py

parent bb3848d1
Branches
No related tags found
No related merge requests found
...@@ -105,8 +105,6 @@ def process(entry, arguments, species_list): ...@@ -105,8 +105,6 @@ def process(entry, arguments, species_list):
for specie_num in species_list[species_list.columns[0]]: for specie_num in species_list[species_list.columns[0]]:
utils.create_directory(os.path.join( utils.create_directory(os.path.join(
arguments.directory, 'images', str(specie_num))) arguments.directory, 'images', str(specie_num)))
utils.create_directory(os.path.join(
arguments.directory, 'annotated_images', str(specie_num)))
# Save the images and annotation # Save the images and annotation
plt.savefig(os.path.join(arguments.directory, plt.savefig(os.path.join(arguments.directory,
'images', 'images',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment