8000 GitHub - ShijianDeng/AV-ASD: Hear Me, See Me, Understand Me: Audio-Visual Autism Behavior Recognition
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Hear Me, See Me, Understand Me: Audio-Visual Autism Behavior Recognition

Notifications You must be signed in to change notification settings

ShijianDeng/AV-ASD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AV-ASD

Install Dependencies

pip install -r requirements.txt

Data Preparation

1. Download Original Videos from YouTube and Facebook

You can find original video URLs in dataset/csvs.

To download the original videos, you can use the command:

python scripts/data_preparation/download_original_videos.py

Note: Some original videos may no longer be available online.

2. Extract Video Clips and Audio Clips from Original Videos

Make sure that a pre-compiled version of FFmpeg, which includes libx264 support, has been installed. If not, you can use the following command to install it:

Show more
sudo apt update
sudo apt install ffmpeg libx264-dev

If this doesn't work or you do not have sudo privileges, you can try:

conda install -c conda-forge ffmpeg

Then you can run the command to extract video and audio clips:

python scripts/data_preparation/extract_clips.py

About

Hear Me, See Me, Understand Me: Audio-Visual Autism Behavior Recognition

Resources

Stars

Watchers

Forks

Languages

0