JasonRDalton
JasonRDalton t1_jdlqni1 wrote
Reply to comment by FesseJerguson in Has anyone tried to use deep learning with CNNs on satellite images to predict malaria risk (or other similar diseases)? by R_K_J-DK
it can’t identify phenomena that don’t appear in the scene at all.
JasonRDalton t1_jdkt4a4 wrote
Reply to Has anyone tried to use deep learning with CNNs on satellite images to predict malaria risk (or other similar diseases)? by R_K_J-DK
Object detection in an RGB image doesn’t seem like the right approach for the malaria census. What is the phenomenon you’re looking for? You can’t ‘see’ malaria on the ground, so instead how about looking for conditions that would indicate higher mosquito levels. Like stagnant water mosquito breeding areas, appropriate temperature ranges, lack of predators for mosquitos, low wind speeds, population density, lots of outdoor living, etc. you’ll need some multispectral data but you’ll have better prediction results.
JasonRDalton t1_jdlyrz3 wrote
Reply to comment by R_K_J-DK in Has anyone tried to use deep learning with CNNs on satellite images to predict malaria risk (or other similar diseases)? by R_K_J-DK
There you go! That sounds great. I bet you’ll do well. Maybe if you find some animal habitat models, population density, etc you can augment further. Would love to hear how it performs.