krrish94 / swoosh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example

Project Website: https://dhiraj100892.github.io/sound_with_action/

System Dependanaices

  • ffmpeg
sudo apt-get install ffmpeg

Python dependancies

pip install -r requirement.txt

DATA

Note:

Provide global path while running the python script in argument

Download compressed data

python download_data.py -d path_to_store_data -t type_of_data[small,complete]

Uncompress the downloaded data

python uncompress_data.py -dp path_to_store_uncmpressed_data -zp path_to_downloaded_data --rgb --data --depth --audio

Create interaction dataset from uncompressed raw episodes

python create_audio_dataset.py -d path_to_uncompressed_data -a path_to_store_dataset

visualize the interaction dataset

About


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%