diff --git a/.gitignore b/.gitignore index bb324db..4497437 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ deepface/commons/__pycache__/* deepface/basemodels/__pycache__/* deepface/extendedmodels/__pycache__/* deepface/subsidiarymodels/__pycache__/* -deepface/tests/dataset/*.pkl \ No newline at end of file +tests/dataset/*.pkl \ No newline at end of file diff --git a/tests/dataset/representations_ensemble.pkl b/tests/dataset/representations_ensemble.pkl deleted file mode 100644 index 0ca6dee..0000000 Binary files a/tests/dataset/representations_ensemble.pkl and /dev/null differ diff --git a/tests/dataset/representations_vgg_face.pkl b/tests/dataset/representations_vgg_face.pkl deleted file mode 100644 index e551ac4..0000000 Binary files a/tests/dataset/representations_vgg_face.pkl and /dev/null differ