sam-audio icon indicating copy to clipboard operation
sam-audio copied to clipboard

The repository provides code for running inference with the Meta Segment Anything Audio Model (SAM-Audio), links for downloading the trained model checkpoints, and example notebooks that show how to u...

Results 34 sam-audio issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for such great work! I have a question: Does Sam-Audio support multi-person audio separation (for example, a conversation between three people—female, male A, and male B, with different...

Hi, I would like to ask if SAM Audio can also extract the sound event labels of the queried class from the original sound and if so, how? Kind regards.

Hello, In the visual_prompting example notebook, the input processor takes frames and a mask as input. However, in line 304 in processor.py, the masks are being inverted (return [v *...

I hope to try this model, but Hugging Face's application was rejected. May I ask if there are any requirements?

comando: `!git clone https://github.com/facebookresearch/sam-audio.git %cd sam-audio !pip install .` Cloning into 'sam-audio'... remote: Enumerating objects: 197, done. remote: Counting objects: 100% (94/94), done. remote: Compressing objects: 100% (46/46), done. remote:...

could Anyone please suggest I am trying to load the model When I load this device = torch.device("cuda" if torch.cuda.is_available() else "cpu") model = SAMAudio.from_pretrained("facebook/sam-audio-small").to(device).eval() I dont get any error...

So private use only etc. --- isolating the vocals... to do multiple singers you pipeline the result of each run forward to remove male then use result and remove the...

SAM-Audio Installation Guide: Overcoming Dependency Hell 🎤 Talking Points: Dependency management is 90% of ML projects Version conflicts require strategic patching Windows DLL issues need VC++ runtime **Problem**: SAM-Audio has...