VectXmy / LFFD.Pytorch

Light and Fast Face Detector (LFFD) implementation
2 stars 1 forks source link

weights_path #1

Open ruoyuryc opened 4 years ago

ruoyuryc commented 4 years ago

Could you share the pretrained weight of this model? Thanks

VectXmy commented 4 years ago

Maybe you should go to the official repository to get pre-trained weights. I haven't trained on widerface yet.

ruoyuryc commented 4 years ago

所以你是從頭用VOC dataset訓練嗎? 想請問你是改了哪裡使LFFD可以做multi-class detection? 謝謝!

VectXmy commented 4 years ago

是从头训练,类别只与最后输出的通道数有关,其他细节自行看代码,除了backbone,其余都是按照我自己理解实现,没有参照官方mxnet的代码,你可以把它当成anchorfree版的SSD

ruoyuryc commented 4 years ago

這樣效果如何?速度或準確性怎麼樣?

VectXmy commented 4 years ago

网络很小速度当然还好,我没在wider face上训练没法评价是否有原文的效果,个人觉得一般,毕竟wider face的数据量很大