Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.05 KB

readme.md

File metadata and controls

22 lines (16 loc) · 1.05 KB

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"]