Skip to content

Instantly share code, notes, and snippets.

@Zikovich
Zikovich / convert_TCN_speech_recog_model.ipynb
Created September 20, 2023 06:26 — forked from spazewalker/convert_TCN_speech_recog_model.ipynb
Code used to export onnx model of TCN based audio visual speech recognition model. This is a part of OpenCV GSoC 2022.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Zikovich
Zikovich / gridcorpus.sh
Created February 25, 2023 16:40 — forked from KarthikMAM/gridcorpus.sh
Download the grid corpus dataset and extract it.
#preparing for download
mkdir "gridcorpus"
cd "gridcorpus"
mkdir "raw" "audio" "video"
cd "raw" && mkdir "audio" "video"
for i in `seq $1 $2`
do
printf "\n\n------------------------- Downloading $i th speaker -------------------------\n\n"