mlb-youtube
mlb-youtube copied to clipboard
Some problem in train_segmented.py
I'm recently learning for the pitch type classfication with deep learning , so i try your code on this github. But there are some error such as : ModuleNotFoundError: No module named 'eccv_models'.
So i search for it and find it might be defined by your own computer thus it can run in you computer but doesn't upload on this github , so i can't to try the experiment myself.
i find there are same problems in other code ,I think the reason is these objects is stored in your computer but not in the mlb-youtube folder so you didnt upload them on the github.
Apologize for disturbing if i was wrong, can you tell me where can i find those data?
That import isn't needed here, it was from some other experiments and I forgot to remove it. The file has been updated, removing that dependency.
Thanks for the answer But now I get another error while running train_segmented.py
Traceback (most recent call last):
File "train_segmented.py", line 164, in
I found this error caused by the path is wrong, and "GPT7JBQK30ZM" is one of the file name of the segmented video ,however i didn't have any ,npy file Does it mean you create the .npy file in other code? because i didn't find you create the .npy file in train_segmented.py neither in segmented_dataset.py If so , what is your .npy file look like , does it is per-frame pictues stack in one array with one segmented video ?
If i was wrong could you please tell me where and how you create .npy file , Thanks again
I've watched preivew issue as #5 and are you use the code in here to extract feature and create .npy file?