Automatic animal detection in video


License
MIT
Install
pip install anwa==0.0.8

Documentation

Build Status Coverage Status PyPI version

anwa

Automatic animal detection in video

Install on Windows

  • Install miniconda and during install add conda to path

  • In command line (cmd on Windows) use:

conda create -n anwa_app -c conda-forge -c mjirik --yes anwa pywin32 imageio-ffmpeg
conda activate anwa_app
python -m anwa install

Install on Linux and OsX

  • Install miniconda and during install add conda to path

  • In command line use:

conda create -n anwa_app -c conda-forge -c mjirik --yes anwa imageio-ffmpeg

Run

conda activate anwa_app
python -m anwa