In fact it does recognizes faces, but the model
parameter is used to specify which architecture is used, in this case resnet50
, see: https://github.com/rcmalli/keras-vggface#available-models.
Don't know much about resnet50
, but it's a residual network and that means that one of the earliest layers (usually the input) is feed back into the network in a later layer as a technique to increase accuracy on big networks (this one has ~150 layers).
More details: https://arxiv.org/abs/1512.03385
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…