
Dosage is a Python library to perform visual saliency detection on images and videos
Dosage is currently supported on macOS and Linux. If you're one Windows, you may be able to run it via WSL.
pip install pydosage
git clone https://github.com/big-nacho/dosage
cd dosage
pip install . -v
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