Skip to content

Jzmo/msdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step 1:

install avhubert following https://github.com/facebookresearch/av_hubert x then install transformers(4.32.0) and torch (2.0.0)

Step2:

cd av_hubert/fairseq/examples/

then git clone this repo

Step3: prepare avhubert features

cd msdm/data; python prepare_data.py --data-dir /data/to/MSDM_corpus --out-dir data/; cd ..
bash extract_feat.sh

Or can download the data and feats from xxx

Step4: Train the classification model (conv3 and resnet)

bash run.sh

Or can download the checkpoints from xxx

Step5: Produce predition

bash predict.sh

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published