From 45c0e05fcab21f758a208a6d73750d3104b87aab Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Fri, 29 Jul 2016 15:56:22 -0400 Subject: [PATCH] Remove comment from copied header. --- data/ms-celeb-1m/extract.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/ms-celeb-1m/extract.py b/data/ms-celeb-1m/extract.py index 4dd0f26..44cbb59 100755 --- a/data/ms-celeb-1m/extract.py +++ b/data/ms-celeb-1m/extract.py @@ -14,11 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# -# This script downloads the VGG Face Dataset from -# http://www.robots.ox.ac.uk/~vgg/data/vgg_face/ -# and aligns the images with OpenFace. -# # Brandon Amos # 2016-07-29