From 2805218ef8cef2e21f770b8029996d1632f87857 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 16 Apr 2019 16:29:16 +0200 Subject: [PATCH] Remove bob.ip.dlib and bob.ip.facelandmarks [skip ci] --- .gitignore | 2 -- conda/meta.yaml | 2 -- doc/index.rst | 3 --- doc/readme_index.rst | 2 -- requirements.txt | 2 -- 5 files changed, 11 deletions(-) diff --git a/.gitignore b/.gitignore index 15fff12..7bfacb5 100644 --- a/.gitignore +++ b/.gitignore @@ -71,10 +71,8 @@ doc/bob.io.video/ doc/bob.ip.base/ doc/bob.ip.caffe_extractor/ doc/bob.ip.color/ -doc/bob.ip.dlib/ doc/bob.ip.draw/ doc/bob.ip.facedetect/ -doc/bob.ip.facelandmarks/ doc/bob.ip.flandmark/ doc/bob.ip.gabor/ doc/bob.ip.mtcnn/ diff --git a/conda/meta.yaml b/conda/meta.yaml index 0d493d7..78e2acb 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -83,10 +83,8 @@ requirements: - bob.ip.base - bob.ip.caffe_extractor - bob.ip.color - - bob.ip.dlib - bob.ip.draw - bob.ip.facedetect - - bob.ip.facelandmarks - bob.ip.flandmark - bob.ip.gabor - bob.ip.mtcnn diff --git a/doc/index.rst b/doc/index.rst index c8ed2f5..7c50446 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -37,7 +37,6 @@ Signal, Audio, Image and Video Processing * :ref:`bob.ip.optflow.liu` * :ref:`bob.ip.optflow.hornschunck` * :ref:`bob.ip.flandmark` -* :ref:`bob.ip.dlib` * :ref:`bob.ip.qualitymeasure` * :ref:`bob.ip.skincolorfilter` * :ref:`bob.ip.mtcnn` @@ -229,10 +228,8 @@ Index of all Packages bob.ip.base <bob.ip.base/doc/index.rst> bob.ip.caffe_extractor <bob.ip.caffe_extractor/README.rst> bob.ip.color <bob.ip.color/doc/index.rst> - bob.ip.dlib <bob.ip.dlib/doc/index.rst> bob.ip.draw <bob.ip.draw/doc/index.rst> bob.ip.facedetect <bob.ip.facedetect/doc/index.rst> - bob.ip.facelandmarks <bob.ip.facelandmarks/doc/index.rst> bob.ip.flandmark <bob.ip.flandmark/doc/index.rst> bob.ip.gabor <bob.ip.gabor/doc/index.rst> bob.ip.mtcnn <bob.ip.mtcnn/README.rst> diff --git a/doc/readme_index.rst b/doc/readme_index.rst index 03c06dd..4c156d7 100644 --- a/doc/readme_index.rst +++ b/doc/readme_index.rst @@ -77,10 +77,8 @@ README of all Packages bob.ip.base <bob.ip.base/README.rst> bob.ip.caffe_extractor <bob.ip.caffe_extractor/README.rst> bob.ip.color <bob.ip.color/README.rst> - bob.ip.dlib <bob.ip.dlib/README.rst> bob.ip.draw <bob.ip.draw/README.rst> bob.ip.facedetect <bob.ip.facedetect/README.rst> - bob.ip.facelandmarks <bob.ip.facelandmarks/README.rst> bob.ip.flandmark <bob.ip.flandmark/README.rst> bob.ip.gabor <bob.ip.gabor/README.rst> bob.ip.mtcnn <bob.ip.mtcnn/README.rst> diff --git a/requirements.txt b/requirements.txt index ddf2315..19ed6cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,10 +68,8 @@ bob.io.video bob.ip.base bob.ip.caffe_extractor bob.ip.color -bob.ip.dlib bob.ip.draw bob.ip.facedetect -bob.ip.facelandmarks bob.ip.flandmark bob.ip.gabor bob.ip.mtcnn -- GitLab