mtcnn icon indicating copy to clipboard operation
mtcnn copied to clipboard

Where is input size of Pnet specified?

Open huynhthedang opened this issue 8 years ago • 1 comments

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 avatar May 29 '17 08:05 huynhthedang

@huynhthedang PNet is fully convolutional so there's no restriction on the input size

Seanlinx avatar May 30 '17 09:05 Seanlinx