IN PYTHON :
Design feature extraction technique, optimize it with respect toyour settings, and evaluate its success. You are required to reportparameters and details of your feature extraction method. Also,mention the reason behind the choice of features that you areusing. If you are not using deep learning methodologies, you aresuggested to use HOG (Histogram of Gradient) features at least.Note: To work with UCF sports dataset, you need to write your owndata-loader to read video frames and action labels.
Seehttps://pytorch.org/tutorials/beginner/data_loading_tutorial.htmlfor sample data-loader.
data set herehttp://crcv.ucf.edu/data/ucf_sports_actions.zip.
Answer