Skip to content
Snippets Groups Projects
Commit 947f5cab authored by Arfib Manon's avatar Arfib Manon
Browse files

dernière modif creation_datasets

parent 3695e768
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import requests
# download all the files from the file csv birds.csv
df = read_csv("creation_dataset/fichiers_csv/birds.csv")
df = read_csv("creation_datasets/fichiers_csv/birds.csv")
# Removing recordings that are not classified
df = df[df['en'] != 'Identity unknown'].copy()
......@@ -18,8 +18,8 @@ print(counts)
print(len(df["en"].unique()), "different species")
makedirs('creation_dataset/audio_files_test', exist_ok='True')
audio_dir = 'audio_files_test/'
makedirs('creation_datasets/audio_files_test_america', exist_ok='True')
audio_dir = 'creation_datasets/audio_files_test_america/'
nots = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment