dog-qiuqiu / FastestDet

:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler
BSD 3-Clause "New" or "Revised" License
776 stars 133 forks source link

小目标label无法参加训练 #24

Open ffffwyy opened 2 years ago

ffffwyy commented 2 years ago

发现当label中大小目标差异比较大的时候,用f = iou > iou.mean()过滤后,很多小目标的label完全过滤掉,无法参加训练。比如我的label分别为0,1. 0是大的label,1是小的label。过滤后,只有0的label参加训练。1对应的被忽略

6017203257 commented 1 year ago

发现当label中大小目标差异比较大的时候,用f = iou > iou.mean()过滤后,很多小目标的label完全过滤掉,无法参加训练。比如我的label分别为0,1. 0是大的label,1是小的label。过滤后,只有0的label参加训练。1对应的被忽略

请问解决了吗这个问题

472818652 commented 1 year ago

+1

misslng commented 10 months ago

解决了嘛