Closed ldfandian closed 1 year ago
can you please help?
Thank you for your interest! If you would like to use the ResNet features with PCA according to the early SoccerNet works and the implementation in the SoccerNet Dev Kit, you can do that in two ways:
thanks for the great job~ @jvbsoares
I am trying to train the model with some additional own videos. After extracting resnet152 features from the low-quality videos, I need PCA and normalize those features, before kicking off the train.
which one should I use between make_pca_transform and make_pca_features? and, where is the pca_transform_ResNet_512_whiten_False.pkl? also, how to choose between resnet_max_abs and resnet_min_max ? I am assuming that I don't need run all of the 4 commands~ Please let me know if I mis-understand it.
and, do I still need to do "./bin/transform_features.py" if I just do resnet+pca (without using baidu features) for my own videos?