action-recognition-visual-attention icon indicating copy to clipboard operation
action-recognition-visual-attention copied to clipboard

How to get the h5 features file,how to create h5 features file

Open arcxianzhang opened this issue 8 years ago • 0 comments

dataspace = H5S.create_simple( frames,[7 7 1024],{'H5S_UNLIMITED' 'H5S_UNLIMITED'} ); fid = H5F.create('train_features.h5','H5F_ACC_TRUNC', 'H5P_DEFAULT', 'H5P_DEFAULT'); dataset = H5D.create( fid,'features',H5T_IEEE_F32LE,dataspace);it is not to work by python,how to create h5 features file,

arcxianzhang avatar Mar 02 '17 13:03 arcxianzhang