- mpv
- python3
- python-mpv
- nudenet
- PIL
You need python-pipenv for this.
$ pipenv sync
$ pipenv shell
(venv) $ python main.py play <filename>$ python main.py -h # global help
$ python main.py play -h # help for playing
$ python main.py labels -h # help for labels
$ python main.py play <file> # play video at <file>
$ python main.py -m base play <file> # play video at <file> with base model selected ("default" model has better accuracy)
$ python main.py play -c EXPOSED_BELLY -c COVERED_FEET <file> # just censor belly and covered feet
$ python main.py labels # list available labels (to use then with -c)GPL-3.0-or-later