This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import argparse | |
import random | |
import cv2 | |
import librosa | |
import numpy as np | |
from moviepy.editor import * | |
from scipy.signal import butter, lfilter | |
from scipy.signal import find_peaks |