You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really understand how you compute the information gain score as unique number for the LSUN challenge. Could please show me how to compute this score, with jupiter or a python script?
Thanks,
Junting
The text was updated successfully, but these errors were encountered:
sorry for the long delay. For a probabilistic model (pysaliency.model) this is easy: You need a baseline model to compare to. I recommend to use a nonparametric prior model to capture the centerbias:
I divide by log(2) to get a number in bits/fixation instead of nats/fixation.
If don't have a probabilistic saliency model, you first have to convert the model to a probabilistic model. If this is the case let me know, then I will give you more details on how we did this for this years LSUN challenge.
sorry for the long delay. For a probabilistic model (pysaliency.model) this is easy: You need a baseline model to compare to. I recommend to use a nonparametric prior model to capture the centerbias:
I divide by log(2) to get a number in bits/fixation instead of nats/fixation.
If don't have a probabilistic saliency model, you first have to convert the model to a probabilistic model. If this is the case let me know, then I will give you more details on how we did this for this years LSUN challenge.
Hello, would you please include the instructions on how to convert our model to a probabilistic model?
When I use your code, I encounter the error : 'SaliencyMapModelFromDirectory' object has no attribute 'log_likelihood'
Hello @matthias-k ,
I don't really understand how you compute the information gain score as unique number for the LSUN challenge. Could please show me how to compute this score, with jupiter or a python script?
Thanks,
Junting
The text was updated successfully, but these errors were encountered: