SilvioGiancola/SoccerNet-code

code issue

Closed this issue · 0 comments

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_in_window : 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??