SilvioGiancola / SoccerNetv2-DevKit

Development Kit for the SoccerNet Challenge
MIT License
168 stars 39 forks source link

How to download the 25fps features for challenge? #4

Closed shenyuanyuan closed 3 years ago

shenyuanyuan commented 3 years ago

I have download the 25fps for train, valid, and test. However, when I try it for challenge, it's failed. I want to know how can I download the 25fps features for challenge?

SilvioGiancola commented 3 years ago

Sorry, we have not extracted the 25fps features for the challenge, only the 2fps. Have a look at our feature extraction code to extract your own version of the features. In particular, have a look at this script and set the parameter --FPS=25.0.

I hope that will help.

shenyuanyuan commented 3 years ago

okay, I will try, thanks for your reply.