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 am trying to compute the features of each frame in the video (on SumMe and TVSum). My features, when they are indexed per 15 frames, match in dimension with the features provided here, but the values are different. I searched both the code and the other issues, and I found here that you mention preprocess(frame), but not exactly your steps. I guess, that is our difference.
My preprocessing steps are:
load the video with shape [frames, channels, height, width], with desired_fps=2 and desired_size=(224, 224).
Hi,
I am trying to compute the features of each frame in the video (on SumMe and TVSum). My features, when they are indexed per 15 frames, match in dimension with the features provided here, but the values are different. I searched both the code and the other issues, and I found here that you mention
preprocess(frame)
, but not exactly your steps. I guess, that is our difference.My preprocessing steps are:
[frames, channels, height, width]
, withdesired_fps=2
anddesired_size=(224, 224)
.The text was updated successfully, but these errors were encountered: