Skip to content

hcmlab/discover-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

DISCOVER Modules

Description

This repository contains python modules that can be used together with DISCOVER.

Installation

Every module is self_contained with a test script in the main function and a requirements.txt file in the respective folder. Note that you might need update the requirements to your own needs (e.g. when using torch with cuda support).

FAQ

Q: I see SyntaxWarning or UserWarning messages from dependencies (ffmpegio, pyannote, etc.)

A: These are harmless warnings from third-party dependencies, not errors in this codebase. They don't affect functionality. The warnings appear due to Python 3.12+ being stricter about syntax issues. The dependency maintainers need to fix their own compatibility. You can safely ignore these warnings or suppress them in your own code if desired.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages