Closed yuanli12139 closed 4 years ago
Hi @sfzhang15, is there any reason why you didn't use expand_param{} in training like what SSD and RefineDet did?
expand_param{}
@yuanli12139 Expanding is to increase small objects, but FaceBoxes does not detect small faces (<20). Using expanding does not improve the performance.
@sfzhang15 Understood, thanks!
Hi @sfzhang15, is there any reason why you didn't use
expand_param{}
in training like what SSD and RefineDet did?