-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels