ActionDetection-DBG
ActionDetection-DBG copied to clipboard
How to select 100 frames from video
Thanks for your contribution, I wonder how to extract 100 frames from my own videos.

@lijian Thanks for your reply!
Besides, a question about the function below
def readData(video_name, data_type=["spatial", "temporal"])
what is the content in spatial dir and temporal dir, is that the features of rgb and flow generated by TSN? But why csv, what is the content in the csv file? For example, if my dataset's class number is 100, the content in the csv file is 100 float numbers feature, am I right?