Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 858 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 858 Bytes

oculator

An implementation of oculesic (visual attention) behavior generation. This library is meant to incorporate a vision system as well as a gaze point selection pipeline. The architecture itself is meant to use few dependencies and incorporate a flexible design to allow for extensions.

Build Dependencies

Run Dependencies

Building

# in the oculator root directory
mkdir build
cd build
cmake ..
make -j4

Running the example

# in the oculator build directory

# Start the salency example with the default camera and a resolution of 640x480
$ vin -c ../run/saliency.json

Contributing

Check the issue board if you'd like to hop on board!