forked from AITTSMD/MTCNN-Tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gen_landmarks_aug_XX: Filter out bad landmarks
Landmarks that are located outside of the face bounding box should be discarded, since only a cropped face is fed into network in training phase, and outside landmarks are corrupting the loss function. Signed-off-by: Ilya Nelkenbaum <[email protected]>
- Loading branch information
Ilya Nelkenbaum
committed
Oct 29, 2017
1 parent
15e4cf7
commit d0a8e19
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters