torch / demos

Demos and tutorials around Torch7.
355 stars 301 forks source link

how to set nstates and filtsize in recognize face #44

Open hainguyenct opened 8 years ago

hainguyenct commented 8 years ago

I see convolution in the code below to classify faces: (image 32x32). He used nstates={16, 32}, filtersize={5,7}, poolsize=4 for image 32x32 screen shot 2016-05-23 at 11 46 26

These parameters are for image 32x32. I am wondering what number we could use if the size of image are 128x128, 256x256,...? Please help me. Thank you