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
Hi,
I am trying to use your model on 360-deg images. The model predicted 936 fixation points. Is there any post-processing on the predicted fixations so to choose relevant points ?
Here the shape of the predictions :
print(preds.shape)
(936, 5)
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use your model on 360-deg images. The model predicted 936 fixation points. Is there any post-processing on the predicted fixations so to choose relevant points ?
Here the shape of the predictions :
print(preds.shape)
(936, 5)
The text was updated successfully, but these errors were encountered: