-
Notifications
You must be signed in to change notification settings - Fork 126
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
How to use color img instead of grayscale img #185
Comments
Duplicated with #184 BTW, what kind of features? |
It's like using three channels instead of a single grayscale channel |
You can use toolbox to grab the origin frames. from stagesepx import toolbox
with toolbox.video_capture(self.video_path) as cap:
frame = toolbox.get_frame(cap, self.frame_id) |
Cool it's a good point. I have not tried it. stagesepx/stagesepx/classifier/keras.py Line 105 in 2ff6fac
ValueError was caused by our pre-defined keras model. You can try to extend KerasClassifier and create your own model for test. |
I see the img using grayscale ,how to using color img to get more Color feature
The text was updated successfully, but these errors were encountered: