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

RGB or BGR? #18

Closed
cswhjiang opened this issue Oct 18, 2017 · 2 comments
Closed

RGB or BGR? #18

cswhjiang opened this issue Oct 18, 2017 · 2 comments

Comments

@cswhjiang
Copy link

Hi, this is a nice work. And I have some questions about how to use the model.

What tool is used convert the caffe model? And what order should be used for testing, RGB or BGR. Thanks.

@flyyufelix
Copy link
Owner

BGR. You can refer to https://github.com/flyyufelix/DenseNet-Keras/blob/master/test_inference.py. OpenCV reads the image into BGR format

As to your other question on converting Caffe to Keras, you can refer to my blog post: https://flyyufelix.github.io/2017/03/23/caffe-to-keras.html

@cswhjiang
Copy link
Author

Thanks!

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