mtcnn
mtcnn copied to clipboard
Where is input size of Pnet specified?
Hi Seanlinx,
In the testing phase, I realize that PNet input size is not specified, but only the network model weights in args:
PNet = FcnDetector(P_Net("test"), ctx, args, auxs)
However given a testing image, the code can compute exactly classification score map (cls_map) size without knowing that PNet input size is 12x12x3. Could you please point out where this input size is indicated? Thanks.
@huynhthedang PNet is fully convolutional so there's no restriction on the input size