tomasz-lewicki / ai-thermometer

Fever screening with IR & RGB cameras and Deep CNNs
152 stars 40 forks source link

Clean up calibration code #32

Closed nickjrz closed 3 years ago

nickjrz commented 3 years ago

-Create function that wraps calibration logic in main.py -Disable calib box in interface.py if calibration is disabled as calibration box can confuse users

Tested on jetson nano and xavier NX

nickjrz commented 3 years ago

@tomek-l,

Thanks for your prompt reply, yes that is not a problem. Are you thinking of making calib_box=None in main.py if CALIBRATE=False in config.py or actually changing the default value of CALIB_BOX in config.py?

tomasz-lewicki commented 3 years ago

O yeah! Thanks :+1: Sorry to be super particular about that. :sweat_smile:

nickjrz commented 3 years ago

All good, I could help out with the logging of the calibration variables too if you haven't started working on that yet.