Skip to content

Latest commit

 

History

History

video_cleaning

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Getting started

To clean an entire folder of video files in .MP4 format, you can run:

cd ~ 
cd allie/cleaning/audio_cleaning
python3 cleaning.py /Users/jimschwoebel/allie/load_dir

Settings

Here are some default settings relevant to this section of Allie's API:

setting description default setting all options
clean_data whether or not to clean datasets during the model training process via default cleaning scripts. False True, False
default_video_cleaners the default cleaning strategies used for videos if clean_data == True ["clean_alignfaces"] ["clean_alignfaces", "clean_videostabilize"]