YonghaoHe / LFFD-A-Light-and-Fast-Face-Detector-for-Edge-Devices

A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
MIT License
1.31k stars 330 forks source link

Four point detection #101

Closed RamatovInomjon closed 3 years ago

RamatovInomjon commented 3 years ago

Hi @YonghaoHe Is it possible train four point detection model using this method?

YonghaoHe commented 3 years ago

@RamatovInomjon What is four point detection, can you explain more ?

RamatovInomjon commented 3 years ago

I mean, all points of bbox. x1,y1, x2,y2,x3,y3,x4,y4 . I would get more accurate bbox. Usully we train using xmin,yminxmax,ymax

YonghaoHe commented 3 years ago

@RamatovInomjon why not try IOU loss?I don't think regressing four points can get more accurate bbox.

RamatovInomjon commented 3 years ago

Yes, you are right! Thanks for your response!