From 9f2fa4a5fa2af40503c05379c9d5318e87581c7b Mon Sep 17 00:00:00 2001 From: natanielruiz <nataniel777@hotmail.com> Date: 星期五, 08 十二月 2017 02:10:14 +0800 Subject: [PATCH] Removed shape loading which fixes a bug with loading AFLW2000 and 300W-LP for training and testing. --- .gitignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 94c3123..ab3731e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.pyc *.npy data/* -output/* \ No newline at end of file +output/* +*.jpg +*.png \ No newline at end of file -- Gitblit v1.8.0