Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on detection files for keeping track of audio files processed #5

Open
aditya-uw opened this issue Jul 26, 2024 · 0 comments

Comments

@aditya-uw
Copy link
Collaborator

Just a reminder to come back and fix the issue where in code method:
construct_activity_arr_from_location_summary under activity_assembly.py you compute all_processed_files by doing sorted(list(map(str, list(Path(f'{file_paths["raw_SITE_folder"]}').glob('*.csv'))))).
This is problematic as the files in this folder will change.

Use the method you use in your batdetect2_pipeline code where you read ubna_data_01_mir_collected_audio_records.csv to get the similar value for all_processed_files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant