Weng Shihao
Results
2
comments of
Weng Shihao
you can easily solve this problem by: do changes in `face_ssd.py`: ```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...
I have the same problem as you.