Skip to content

HeLehm/pyVOCUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyVOCUS

unofficial python implementation of 'VOCUS: A Visual Attention System for Object Detection and Goal-Directed Search'[1].

Usage

Bottom-up

import cv2
from vocus.bottom_up.bottom_up_part import bottom_up_part_default
img = cv2.imread(...)
bottom_up_instance = bottom_up_part_default(img)
saliency_map = bottom_up_instance.get_saliency_map()

Top-down

wip...

Sensor Fusion

You can write your own features by createing a custom Feature-subclass (vocus/features/feature.py) and a custom bottom_up_part-subclass (vocus/bottom_up_part.py).

References

[1] Frintrop, Simone & Hertzberg, J.. (2006). VOCUS: A Visual Attention System for Object Detection and Goal-Directed Search. 10.1007/11682110.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages