Skip to content
Snippets Groups Projects
Commit 437c7180 authored by MIRANDA GONZALES Marcelo's avatar MIRANDA GONZALES Marcelo
Browse files

Edit traitement.py

parent 069d63b8
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,9 @@ def process_new_files():
# Process the file
print(f"Processing {file}...")
path_recordings = f"/Users/marcelomiranda/Documents/IMT-L1/PRONTO/Received_recordings/{file}"
path_results = f"/Users/marcelomiranda/Documents/IMT-L1/PRONTO/Results/{file}.selection.table.txt"
path_analyze = "/Users/marcelomiranda/Documents/IMT-L1/PRONTO/Mangeoire/birdnet_analyzer/analyze.py"
path_recordings = f"/Users/.../PRONTO/Received_recordings/{file}"
path_results = f"/Users/.../PRONTO/Results/{file}.selection.table.txt"
path_analyze = "/Users/.../PRONTO/Mangeoire/birdnet_analyzer/analyze.py"
cmd = ["python3", path_analyze, "--i", path_recordings, "--o", path_results]
result = subprocess.run(cmd, capture_output=True, text=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment