AITTSMD / MTCNN-Tensorflow

Reproduce MTCNN using Tensorflow
1.51k stars 713 forks source link

About epochs [18, 14, 22] #41

Closed gnleaf closed 6 years ago

gnleaf commented 6 years ago

@AITTSMD also in: https://github.com/AITTSMD/MTCNN-Tensorflow/blob/master/prepare_data/gen_hard_example.py#L195 the model epochs that are used by default are: [18, 14, 22], I used dateset WIDER Face for training PNet, and generate the model PNet-30.xxx. So, I need modify the list [18, 14, 22] to [30, x, x]?

AITTSMD commented 6 years ago

@gnleaf yes.use the model you have trained.

Li7ghting commented 6 years ago

@AITTSMD gen_hard_example.py这里的默认值 [18, 14, 22]需要和train_PNet.py/train_RNet.py/train_ONet.py参数end_epoch保持一致吗?

AITTSMD commented 6 years ago

@Li7ghting 对