luoyetx / Joint-Face-Detection-and-Alignment

Caffe and Python implementation of Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
BSD 3-Clause "New" or "Revised" License
102 stars 50 forks source link

Neural Network Information #6

Closed haloxhanner closed 6 years ago

haloxhanner commented 6 years ago

Please explain a bit about the Neural Network that you used in this project.

How many hidden layers does it have? Have you performed data augmentation, batch normalization, ensembling or dropout? Could you explain them?

luoyetx commented 6 years ago

network definitions is under proto folder, basically follow the network from paper.