SilvioGiancola / SoccerNet-code

SoccerNet: A Scalable Dataset for Action Spotting in Soccer Videos
107 stars 25 forks source link

code issue #19

Closed dneirfi closed 4 years ago

dneirfi commented 4 years ago

Hi! when I tried python src/Classification/ClassificationMinuteBased.py --training data/listgame_Train_300.npy --validation data/listgame_Valid_100.npy --testing data/listgame_Test_100.npy --PCA --features C3D --network VLAD command, the process was suddenly stopped.

_data/spain_laliga/2016-2017/2016-12-10 - 22-45 Real Madrid 3 - 2 Dep. La Coruna/Half_2 cnt : 0 l/number_frames_inwindow : 47 number frames in window : 120 ^C

This is my result when i run the code. I think this code makes ^C. self.training_features[key] = np.zeros((cnt_data_augmentation + int(l/number_frames_in_window), number_frames_in_window, 512))

How can i fix it??