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

Running code only with RGB images #8

Closed
degiorgig opened this issue Dec 11, 2017 · 3 comments
Closed

Running code only with RGB images #8

degiorgig opened this issue Dec 11, 2017 · 3 comments

Comments

@degiorgig
Copy link

Dear all,

I was able to run the code with the Kaggle image set, I would like to perform some predictions on sattelite photos of mine, but they are only in RGB (I don't have any Panachormatic and others wavelength images), is this possible?

Thanks
G.

@ternaus
Copy link
Owner

ternaus commented Dec 11, 2017

RGB in the Kaggle problem was in 11 bit (typically it is 8 bit), and it may happen that data that you are trying to run the inference at comes from a different distribution, and quality of the predictions will be low.

We were not allowed to use external data in that Kaggle problem, but if one does not have such a constraint, the easiest way to go would be to use external data like SpaceNet or extract images from OSM and train on it.

@degiorgig
Copy link
Author

degiorgig commented Dec 15, 2017

I was thinking about training the network with orthophotos, kind of higher quality images, but they are only RGB and as you mentioned they are 8bit with a resolution of 17500*12000. The positive think is that they are really geolocalized.
Is it enough to just change the num_channnel to make a prediction? I'm facing some issues.

@cepera-ang
Copy link
Collaborator

This is fine. There is no problems with running this solution only on RGB data. While IR channels are very valuable to differentiate greenery because of its special spectral characteristics, it is totally fine to use only high resolution RGB for any task. Basically, if human eye could see it, network will too.
However, different kind of images will require full retrain or at least fine tuning.

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

3 participants