TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.74k stars 423 forks source link

Is there any bug in MTCNN? #124

Open jixiaw opened 4 years ago

jixiaw commented 4 years ago

In the forward function of class PNet: "a = F.softmax(a, dim=-1)", why the dim is -1? Isn't it 1.