CMU-MultimodalSDK icon indicating copy to clipboard operation
CMU-MultimodalSDK copied to clipboard

Mapping from raw data to processed data in the SDK

Open gmehak opened this issue 5 years ago • 1 comments

Hi, I wanted to know how the raw data maps to the processed data in SDK to see what frames work well with my model and what don't. Is there a way to get a mapping from the raw data files to the processed SDK files?

gmehak avatar Nov 09 '20 18:11 gmehak

Hello @gmehak,

There is actually a way. Are you talking about the files that have extensions ".csd"? They have a field called data, and in that the keys are denoted by video names. Example:

mycompseq.data["vid1"]

A2Zadeh avatar Nov 10 '20 17:11 A2Zadeh