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

[WIP] Multilabel Detection #891

Merged
merged 53 commits into from
Jul 1, 2022
Merged

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    5fe2153 View commit details
    Browse the repository at this point in the history
  2. Re-added to init

    hadware committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1d59d44 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    7ebbc74 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    14998e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    fd1e3bc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    5cc74da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c97d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    934cf01 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    ab7112e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Fixing imports

    hadware committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    1f0c63e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feat/vtc' into feat/vtc

    # Conflicts:
    #	pyannote/audio/pipelines/multilabel_detection.py
    hadware committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a5947c3 View commit details
    Browse the repository at this point in the history
  3. Fixing imports (again)

    hadware committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    b0ec1a2 View commit details
    Browse the repository at this point in the history
  4. Fixing imports (again^2)

    hadware committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a28bacb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    e846109 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Fixed VTC preprocessor

    hadware committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d569f2a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    d4584c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Merge remote-tracking branch 'bredin/develop' into feat-vtc-preproces…

    …sors
    
    # Conflicts:
    #	pyannote/audio/cli/train_config/hydra/train.yaml
    hadware committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e9df3f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    5f52175 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    deabd36 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    ebd12a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Configuration menu
    Copy the full SHA
    5777043 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    796926a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a26f17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd1acd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    be54c45 View commit details
    Browse the repository at this point in the history
  2. chore: rename, rewrite and reorganize things a bit

    * rename MultilabelDetectionPipeline to MultilabelDetection
    * rename MultilabelFMeasure to MacroAverageFMeasure and move it to pyannote.audio.utils.metric
    * rename VoiceTypeClassifierPreprocessor to DeriveMetaLabels and move it to pyannote.audio.utils.preprocessors
    * make segmentation model mandatory and remove default parameters
    * add support for pipeline hook
    * rename chunk_labels to ordered_labels
    hbredin committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6fa3a64 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat-vtc-preprocessors' of github.com:hadware/pyannote-…

    …audio into pr/hadware/891
    hbredin committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a53519a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    828c1d6 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'bredin/develop' into feat-vtc-preproces…

    …sors
    
    # Conflicts:
    #	pyannote/audio/tasks/segmentation/mixins.py
    #	pyannote/audio/tasks/segmentation/multilabel_detection.py
    hadware committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    21c8df9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    a217e99 View commit details
    Browse the repository at this point in the history
  2. Removed the assertions that ensure that the classes from the unions/i…

    …ntersections have to be contained in the classes argument, in the DeriveMetaLabels preprocessor.
    hadware committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    5198ac7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Updated multilabel tutorial

    hadware committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b515d05 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'bredin/develop' into feat-vtc-preproces…

    …sors
    
    # Conflicts:
    #	pyannote/audio/tasks/__init__.py
    #	pyannote/audio/tasks/segmentation/mixins.py
    #	pyannote/audio/tasks/segmentation/multilabel_detection.py
    hadware committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    85ba6bc View commit details
    Browse the repository at this point in the history
  3. Fixing imports post-merge

    hadware committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    79c9ff8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    3974ded View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    ef0421b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    8d225d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    a51b244 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    345a262 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    5fbcb33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d0c36e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5372c56 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Re-added the ipynb version of multilabel_detection.ipynb to the tutor…

    …ials/ folder. added entry in README.md.
    hadware committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    897d99f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Update README.md

    hbredin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    68e55de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39fff5a View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    hbredin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    b69cbd1 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    hbredin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e49eada View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    hbredin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2edf9aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7e18db View commit details
    Browse the repository at this point in the history
  7. Update __init__.py

    hbredin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    7dc6296 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    158e809 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    hbredin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    551b2c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b4f249 View commit details
    Browse the repository at this point in the history