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

What does 'splits' mean #14

Open
njuhang opened this issue Apr 22, 2021 · 1 comment
Open

What does 'splits' mean #14

njuhang opened this issue Apr 22, 2021 · 1 comment

Comments

@njuhang
Copy link

njuhang commented Apr 22, 2021

inception model takes in 3 channels input, how to compute IS on single channel image?

@sendeniz
Copy link

inception model takes in 3 channels input, how to compute IS on single channel image?

Hi Njuhang, you will have to convert it into a 3 channel images. You can either duplicate the 1 channel two times (let me know if this works since I haven't tested it) or you could convert your image into a RBG image. The idea here is then that specific values within the Red, Blue and Green channels will result in a grey image (which will work as I have tested it).

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