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'd like to ensure my feature extraction code is correct. I ran it using your pre-trained TSM and compared the extracted features with yours provided in the Google drive. If the both are same, it means that the code is correct. Then, I can use it to extract features from other datasets. The situation is similar to #6.
The text was updated successfully, but these errors were encountered:
@assembly-101 @dibschat
I can't reproduce TSM features provided in Google drive using your pre-trained weights and the RU-LSTM code.
I've already read the relevant issues: #1 #6 #11
What am I missing?
My procedure
ffmpeg -i recordings/nusar-2021_action_both_9063-c14a_9063_user_id_2021-02-17_101116/C10095_rgb.mp4 -r 30 frame_%10d.jpg
with nn.Idnetity()
as mentioned:setattr(model.base_model, model.base_model.last_layer_name, nn.Identity())
np.linalg.norm()
.Example results
The features are different 😢
Background
I'd like to ensure my feature extraction code is correct. I ran it using your pre-trained TSM and compared the extracted features with yours provided in the Google drive. If the both are same, it means that the code is correct. Then, I can use it to extract features from other datasets. The situation is similar to #6.
The text was updated successfully, but these errors were encountered: