marcellacornia / sam

Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model. IEEE Transactions on Image Processing (2018)
https://ieeexplore.ieee.org/document/8400593
MIT License
205 stars 76 forks source link

Support in TX2 #30

Closed cshreyastech closed 4 years ago

cshreyastech commented 5 years ago

Its a question not an issue.

I am exploring to extend gaze estimation solutions to my thesis in TX2 hardware. Solutions with openCL were either not compatible with TX2 or had to modified to use cpu. It made it non-performant.

As this implementation tried in TX2? I would also had to extend this solution in ROS. Any guidance and in sites in this direction would be very helpful.

Thanks

marcellacornia commented 5 years ago

Hi @cshreyastech, thank you for your interest in our work.

We have never tried to implement our model in TX2. Unfortunately, I am currently working on different research topics and we do not plan to extend our model to work on other frameworks.

cshreyastech commented 5 years ago

Hi Marcellacornia, Thanks for reply. I could install the dependencies of your solution in TX2 and trying to train with different data sets.

Shreyas