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
in the all code
in thumos_features.py
self.stored_info_all = {'new_dense_anno': [-1] * len(self.vid_list), 'sequence_score': [-1] * len(self.vid_list)}
stored_info = {'new_dense_anno': self.stored_info_all['new_dense_anno'][index], 'sequence_score': self.stored_info_all['sequence_score'][index]}
In train.py, use calculate the loss_score_act and loss_score_bkg in ' if len(stored_info['new_dense_anno'].shape) > 1' (stored_info['new_dense_anno'].shape) always equal to 1),so is the code really calculate the loss_score?
The text was updated successfully, but these errors were encountered:
in the all code
in thumos_features.py
self.stored_info_all = {'new_dense_anno': [-1] * len(self.vid_list), 'sequence_score': [-1] * len(self.vid_list)}
stored_info = {'new_dense_anno': self.stored_info_all['new_dense_anno'][index], 'sequence_score': self.stored_info_all['sequence_score'][index]}
In train.py, use calculate the loss_score_act and loss_score_bkg in ' if len(stored_info['new_dense_anno'].shape) > 1' (stored_info['new_dense_anno'].shape) always equal to 1),so is the code really calculate the loss_score?
The text was updated successfully, but these errors were encountered: