-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some problem in train_segmented.py #10
Comments
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
|
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?
The text was updated successfully, but these errors were encountered: