Skip to content

victor-wildlife/wildlife_ai_data_tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI tools

Currently, there is a single CLI tool which allows filtering empty videos. The current filter is a naive algorithm which checks for difference between two adjacent frames for a specific threshold. It is currently set hardcoded to 50.

Usage

Getting started

python -m pip install pipenv

pipenv sync --dev

pipenv shell

python src/filter_empty_videos.py --help

Dry-Run

python src/filter_empty_videos.py --dry-run --src myvideos --dest filtered_videos

Run

python src/filter_empty_videos.py --src myvideos --dest filtered_videos

About

CLI tools for processing data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%