yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

Question about label map #55

Closed kevin-apl closed 5 years ago

kevin-apl commented 5 years ago

Hello,

In the label map file, there is a background class included. I'm wondering if you found any difference with or without this? I.e. will the training work ok if there's only one face class defined?

Thanks, Kevin

yeephycho commented 5 years ago

I think it's useless, but I prefer to keep it in that way.


Yeephycho
yeephycho.github.io

Hong Kong SAR, CHINA

huyixuanhyx@live.cn<mailto:huyixuanhyx@live.cn>
________________________________
发件人: kevin-apl <notifications@github.com>
发送时间: 2019年6月8日 18:05
收件人: yeephycho/tensorflow-face-detection
抄送: Subscribed
主题: [yeephycho/tensorflow-face-detection] Question about label map (#55)

Hello,

In the label map file, there is a background class included. I'm wondering if you found any difference with or without this? I.e. will the training work ok if there's only one face class defined?

Thanks,
Kevin

―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://github.com/yeephycho/tensorflow-face-detection/issues/55?email_source=notifications&email_token=AC2RI7CO6DYA2KVZUI66WCLPZN765A5CNFSM4HWG5RMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GYMDMDA>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AC2RI7AS3A4CPN75QNRKEATPZN765ANCNFSM4HWG5RMA>.
kevin-apl commented 5 years ago

Cool. Thanks!