microsoft / arcticseals

A deep learning project in cooperation with the NOAA Marine Mammal Lab to detect & classify arctic seals in aerial imagery to understand how they’re adapting to a changing world.
MIT License
33 stars 14 forks source link

Question on IR normalization #37

Open RichardPalme opened 4 years ago

RichardPalme commented 4 years ago

Hello, I'm working on a completely unrelated project where I also need to normalize IR images from different cameras. I want to ask you if you can explain how you derive the top and bottom parameters for each IR camera. I read that your goal is to adjust the histogram of all measured values for each camera to be approximately the same. I understand what you did in src/ir-normalization/gen_coeffs_playground.py, but then what to do next? @jomalsan

Thank you in advance!