DSNet
DSNet copied to clipboard
OVP dataset and YouTube dataset not in the same format as TVSum dataset
When I was reproducing your code, I found that the OVP dataset and YouTube dataset are not in the same format as the TVSum dataset and Summe, missing 'change_points', 'n_frames', 'picks', etc., which prevents the model from completing the transfer. and Augmented settings, how should it be solved?
When I was reproducing your code, I found that the OVP dataset and YouTube dataset are not in the same format as the TVSum dataset and Summe, missing 'change_points', 'n_frames', 'picks', etc., which prevents the model from completing the transfer. and Augmented settings, how should it be solved?
There may be two possible reasons for this problem. Firstly, you did not download the associated datasets from the author README.md for training. Secondly, you did not run make_ shots. py program performs shot segmentation.
When I was reproducing your code, I found that the OVP dataset and YouTube dataset are not in the same format as the TVSum dataset and Summe, missing 'change_points', 'n_frames', 'picks', etc., which prevents the model from completing the transfer. and Augmented settings, how should it be solved?
There may be two possible reasons for this problem. Firstly, you did not download the associated datasets from the author README.md for training. Secondly, you did not run make_ shots. py program performs shot segmentation.