tomasz-lewicki / ai-thermometer

Fever screening with IR & RGB cameras and Deep CNNs
148 stars 39 forks source link

Version 0.2: Haar Cascade + FLIR Lepton 3.5 temp. measurement (~10FPS, CPU only) #10

Open heuijee opened 3 years ago

heuijee commented 3 years ago

Hello, I am a student studying artificial intelligence. Thanks to the code you posted, I was able to learn a lot. Can you upload the code for "Version 0.2: Haar Cascade + FLIR Lepton 3.5 temp. measurement (~10FPS, CPU only)"? I think it will be very helpful for me who is currently studying Haar-based recognition code. I'd appreciate it if you could post it.

tomasz-lewicki commented 3 years ago

Hi there!

You can browse the repository state from version 0.2 here. Haar detection code starts at this line. I might add an option to run the repository with an alternative detector (e.g. haar cascade), since a lot of folks are asking about it.

Good luck with your studies :slightly_smiling_face: Let me know if this works!