youtube-8m icon indicating copy to clipboard operation
youtube-8m copied to clipboard

Can i train your code with rgb features (no audio) only?

Open feiyun1265 opened this issue 7 years ago • 1 comments

Can i train your code with rgb features only(no audio)? At the same time, using rgb features only(no audio) test the trained model. If need to modify code, and how to modify, thank you.

feiyun1265 avatar Dec 16 '17 07:12 feiyun1265

Pls refer to tensorflow FLAGS parameter setting, set "feature_names" to "mean_rgb" (frame_feature=False) or "rgb" (frame_feature=True) will limit the feature to rgb feature.

If you need to use audio feature along with rgb feature, set "feature_names" to "mean_rgb,mean_audio" or "rgb,audio" respectively.

wangheda avatar Dec 21 '17 04:12 wangheda