Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 927 Bytes

File metadata and controls

31 lines (22 loc) · 927 Bytes

Dosage

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

pip install pydosage

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