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.
- ONNX (For inference)
- functional_dag
# in the oculator root directory
mkdir build
cd build
cmake ..
make -j4
# in the oculator build directory
# Start the salency example with the default camera and a resolution of 640x480
$ vin -c ../run/saliency.json
Check the issue board if you'd like to hop on board!