Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
feiyun1265 opened this issue Dec 16, 2017 · 1 comment
Open

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

feiyun1265 opened this issue Dec 16, 2017 · 1 comment

Comments

@feiyun1265
Copy link

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.

@wangheda
Copy link
Owner

wangheda commented Dec 21, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants