Skip to content

A Tensorflow implement of "Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model"

License

Notifications You must be signed in to change notification settings

bondruy/sam-tensorflow

Repository files navigation

sam-tensorflow

A Tensorflow implement of "Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model"

Training

1. cd sam-tensorflow
2. CUDA_VISIABLE_DEVICES=0 python main.py train -d "data_name" -p "data_path"

Testing

1. cd sam-tensorflow
2. CUDA_VISIABLE_DEVICES=0 python main.py test -d "data_name" -p "data_path"

About

A Tensorflow implement of "Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages