Dosage is a Python library to perform visual saliency detection on images and videos
Installation
Dosage is currently supported on macOS and Linux. If you're on Windows, you may be able to run it via WSL.
PyPI
Installing from source
git clone https://github.com/big-nacho/dosage cd dosage pip install . -v
Trying it out
To quickly test out your own images and videos, check out the example folder
write_to_disk.py lets you process a video and save it to disk
real_time.py lets you process a video and get feedback in real time