tomasz-lewicki / ai-thermometer

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

Version #12

Closed glbt closed 3 years ago

glbt commented 3 years ago

Hey,

Thanks for this project, I've had great fun working on this, an area I am really new too. A quick question which may be worth updating in the notes, which version is this? It appears to be v.01 with the simple box detection? Is that correct? I'm really interested in the eye detection model 👍

Many thanks,

David

tomasz-lewicki commented 3 years ago

Hi there!

Right now I'm using an SSD classifier trained on FDDB dataset. v0.1 was trained on COCO. You can browse the repository state from version 0.2 here. Eye detection happens exactly here :slightly_smiling_face:

I have recently modularized the architecture and I'm planning to add the older facial/object detectors, since a lot of people ask me about them.

glbt commented 3 years ago

Thanks so much, I'm so experienced in nearly every other part of IT apart from python, I'm on a crash course! After many other languages it's really nicely laid out and super east to debug, I can see why it's gained so much traction. I'll contribute once I'm a bit more proficient.