Skip to content

leolellisr/attention_trail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

attention_trail

This repository composes the modules available for an attentional system based on the selection model for perception proposed by Colombini (2016). The modules were implemented with CST.

Description available on the CST website https://cst.fee.unicamp.br/tutorials/attention

FAQ

'''

if needed make the script executable

chmod +x ex.sh

'''

CST

'''

download cst to opt/cst (or tmp/cst) and build - Tutorial script

mkdir ~/git/test/opt

OUT_DIR = "~/git/test/opt"

git clone https://github.com/CST-Group/cst.git ~/git/test/opt cd ~/git/test/opt ./gradlew --no-daemon clean build

Copy JARs produced by CST to libs

LIB_DIR="~/git/test/libs"

mkdir ~/git/test/libs cp -v ~/git/test/opt/build/libs/*.jar ~/git/test/libs/ || { log "No CST jars found"; exit 1; }

'''

Coppelia

'''

copy libremoteApiJava.so to usr/lib

'''

About

This repository composes the modules available for an attentional system based on the selection model for perception proposed by Colombini (2016). The modules were implemented with CST.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors