YonghaoHe / LFD-A-Light-and-Fast-Detector

LFD is a big update upon LFFD. Generally, LFD is a multi-class object detector characterized by lightweight, low inference latency and superior precision. It is for real-world appilcations.
416 stars 83 forks source link

Output the Quality Focal Loss #49

Open ver0z opened 2 years ago

ver0z commented 2 years ago

To use the quality focal loss did you passed to it the quality score like [0.1 0.6 0.2 0.4] or you passed the onehot from the target like [0 1 0 0] ?

YonghaoHe commented 2 years ago

@ver0z you can pass it float numbers like [0.1 0.6 0.2 0.4]

ver0z commented 2 years ago

Does it really gives a better result against Focal Loss ? Or it's just a small difference. Do you any insight about that ?