Skip to content

Commit

Permalink
Merge branch 'TweetyNet_integrations_2_main' of https://github.com/UC…
Browse files Browse the repository at this point in the history
…SD-E4E/PyHa into TweetyNet_integrations_2_main
  • Loading branch information
Sean1572 committed Jun 28, 2022
2 parents b0aca41 + b937c2e commit 62f2729
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2,699 deletions.
10 changes: 5 additions & 5 deletions PyHa/IsoAutio.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ def build_isolation_parameters_microfaune(
window_size=1.0,
chunk_size=2.0):
"""
Wrapper function for all of Microfaune's audio isolation techniques
(Steinberg, Simple, Stack, Chunk). Will call the respective function
of each technique based on isolation_parameters "technique" key.
Wrapper function for all audio isolation techniques (Steinberg, Simple,
Stack, Chunk). Will call the respective function of each technique
based on isolation_parameters "technique" key.
Args:
technique (string)
- Chooses which of the four isolation techniques to deploy
- options: "steinberg", "chunk", "stack", "simple"
- options: "steinberg", "simple", "stack", "chunk"
threshold_type (string)
- Chooses how to derive a threshold from local score arrays
Expand Down Expand Up @@ -875,7 +875,7 @@ def generate_automated_labels_tweetynet(
techniques. The only unique key to TweetyNET is tweety_output:
- tweety_output (bool)
- Set whether or not to use TweetyNET's original output.
- False uses isolation techniques.
- If set to `False`, TweetyNET will use the specified `technique` parameter.
- default: True
manual_id (string)
Expand Down
File renamed without changes.
Loading

0 comments on commit 62f2729

Please sign in to comment.