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

Obtain unprocessed annotator labels on MOSI

Open PierreColombo opened this issue 5 years ago • 1 comments

Hello, Thanks for your great work. I would like to know if it would be possible to obtain the unprocessed labels. If I open the unprocessed version of the provided unlabels :

h5handle=h5py.File('CMU_MOSI_Opinion_Labels.csd','r') list(h5handle["Opinion Segment Labels"]['data']['tIrG4oNLFzE']['features'])

<class 'list'>: [array([2.8], dtype=float32), array([2.4], dtype=float32), array([2.6], dtype=float32), array([1.4], dtype=float32), array([0.4], dtype=float32), array([1.25], dtype=float32), array([-1.4], dtype=float32), array([-1.2], dtype=float32), array([-1.], dtype=float32), array([-1.8], dtype=float32), array([-1.6], dtype=float32), array([-2.6], dtype=float32), array([-2.], dtype=float32), array([-2.4], dtype=float32), array([-2.], dtype=float32), array([-1.6], dtype=float32), array([-0.4], dtype=float32), array([-2.2], dtype=float32)]

I only obtain the average Do you still have the unprocessed data ?

Thanks again for your precious help :)

Pierre

PierreColombo avatar Nov 13 '20 15:11 PierreColombo

Hi @PierreColombo,

Of course. That data would be in the raw zip file of CMU-MOSI or CMU-MOSEI.

Happy to help!!

A2Zadeh avatar Nov 20 '20 04:11 A2Zadeh