diff --git a/.gitignore b/.gitignore index 15fff1202ff15244adb406a3c41ea5b6d68e2c98..7bfacb5c6f22588f6fa3554396f7c52c1db4e534 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 0d493d78f5393e766312c3748b63d304e071a49d..78e2acb493257e271ba525679dc8aa72a779c54b 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 c8ed2f5d07b86aae9b1ec7b89316149b36e94a2f..7c504466548a701c15fa8c3df2e88bf4f9e2bad8 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 03c06dd335c9fcd635624dce47738d04f400d15b..4c156d7b6254c11238410d204b8af07d5e7b9721 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 ddf23153e8af23b5b09543129d873ccd5abf5461..19ed6cda439d9567f2b05cd1abd78ae8e7af3157 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