DDM icon indicating copy to clipboard operation
DDM copied to clipboard

[CVPR 2022] Progressive Attention on Multi-Level Dense Difference Maps for Generic Event Boundary Detection

Results 4 DDM issues
Sort by recently updated
recently updated
newest added

Hi, this project is great and thanks for releasing the code! I've re-trained DMM and the evaluation result on GEBD val set is as follows, which is around 2% lower...

I can’t understand the" k400_train_raw_annotation.pkl and k400_val_raw_annotation.pkl",for I don't understand why it has included f1_consis. If I want to use my own data. How can I prepare the data for...

When I try to use --balance-batch option, there is a problem. In MultiFDataset `def _get_training_samples(self, index): indices = [] for class_ in self.labels_set: real_index = self.label_to_indices[class_][int(index * self.ratios[class_])] indices.append(real_index) return...

The steps involving for creating the dataset that has been mentioned in the args default="kinetics_multiframes"