Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
carimam_cnn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paul Best
carimam_cnn
Commits
a8307dde
Commit
a8307dde
authored
3 years ago
by
Paul Best
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
82c4c1fe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-1
12 additions, 1 deletion
README.md
with
12 additions
and
1 deletion
README.md
+
12
−
1
View file @
a8307dde
# carimam_cnn
Convolutionnal neural networks for humpback whale vocalisations and delphinid whistles
\ No newline at end of file
Convolutionnal neural networks for humpback whale vocalisations and delphinid whistles.
Call either run_CNN_HB.py for humpback whales or run_CNN_delphi.py for delphinid whistles.
Call the python script followed by the list of wav files you would like to process, and optionnaly an output filename.
For example :
`python run_CNN_HB.py file1.wav file2.wav -outfn predictions.pkl`
This script relies on torch, pandas, numpy, scipy, and tqdm to run. Install dependencies with pip or conda.
If a GPU and cuda are available on the current machine, process will run on GPU for faster computation.
paul.best@univ-tln.fr for more information
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment