Skip to content

big-nacho/dosage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 one 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