ndrplz / dreyeve

[TPAMI 2018] Predicting the Driver’s Focus of Attention: the DR(eye)VE Project. A deep neural network learnt to reproduce the human driver focus of attention (FoA) in a variety of real-world driving scenarios.
https://arxiv.org/pdf/1705.03854.pdf
MIT License
99 stars 33 forks source link

SVISINIT problem #13

Closed soniabaee closed 4 years ago

soniabaee commented 4 years ago

Hi all, I have a problem with running the test file dreyeve/matlab/assessment/test/test_multifovea.m to run on my data! but unfortunately, the SVISINIT keeps showing an error too many input arguments and when I've tried to debug it in the file it's saying don't edit the file which is apparently automatically generated. I don't know if I'm missing something or not. It would be great if you could direct me to solve this issue.

Thanks for your time!

ndrplz commented 4 years ago

The SVIS toolbox is an external library we relied on to perform the perceptual experiments. We didn't write the code ourselves so I don't think I can be much helpful in the error is during toolbox initialization.

Did you try to run the svistest.m?

soniabaee commented 4 years ago

That's so true and I knew it but I thought you had the same issue! Yes, I've tried that with no surprise I got the same error! which is for the function svismex and it says:

too many input arguments.

Unfortunately, I couldn't find a way to communicate with their developer so far! Anyway, Thanks so much!

ndrplz commented 4 years ago

I'm sorry I can't be more helpful. If you debug the problem, please update this thread so that it can possibly be helpful to a wider audience. Good luck!

soniabaee commented 4 years ago

No problem! Sure, thanks!

ndrplz commented 4 years ago

Closing. If you solved the issue at the end, feel free to drop a few lines here for posterity :)