OceanWong

Results 4 issues of OceanWong

change face_ssd.py line 345 to: ```python # output = self.detect( # face_loc.view(face_loc.size(0), -1, 4), # loc preds # self.softmax(face_conf.view(face_conf.size(0), -1, self.num_classes)), # conf preds # self.priors.type(type(x.data)) # default boxes #...

Fix repeat resize bugs, if there is anything wrong, plz tell me.

Hi, @FateScript, recently, when I test the Yolox, I find when you set 0

@FateScript @Joker316701882 Thanks for Sharing this great project! I think we may do repeat image data resize and compute ratio 1. In [load_resized_img](https://github.com/Megvii-BaseDetection/YOLOX/blob/ac58e0a5e68e57454b7b9ac822aced493b553c53/yolox/data/datasets/coco.py#L133) and [load_anno_from_ids](https://github.com/Megvii-BaseDetection/YOLOX/blob/ac58e0a5e68e57454b7b9ac822aced493b553c53/yolox/data/datasets/coco.py#L92C17-L92C17) we do the resize image...