COPYING
MANIFEST.in
README.rst
buildout.cfg
develop.cfg
pyproject.toml
requirements.txt
setup.py
version.txt
bob/__init__.py
bob.ip.facedetect.egg-info/PKG-INFO
bob.ip.facedetect.egg-info/SOURCES.txt
bob.ip.facedetect.egg-info/dependency_links.txt
bob.ip.facedetect.egg-info/entry_points.txt
bob.ip.facedetect.egg-info/not-zip-safe
bob.ip.facedetect.egg-info/requires.txt
bob.ip.facedetect.egg-info/top_level.txt
bob/ip/__init__.py
bob/ip/facedetect/MCT_cascade.hdf5
bob/ip/facedetect/__init__.py
bob/ip/facedetect/bounding_box.cpp
bob/ip/facedetect/detect.py
bob/ip/facedetect/feature_extractor.cpp
bob/ip/facedetect/main.cpp
bob/ip/facedetect/main.h
bob/ip/facedetect/mtcnn.py
bob/ip/facedetect/tinyface.py
bob/ip/facedetect/version.cpp
bob/ip/facedetect/cpp/boundingbox.cpp
bob/ip/facedetect/cpp/features.cpp
bob/ip/facedetect/cpp/features.h
bob/ip/facedetect/data/boxes.hdf5
bob/ip/facedetect/data/detections.hdf5
bob/ip/facedetect/data/extractor.hdf5
bob/ip/facedetect/data/mtcnn.pb
bob/ip/facedetect/data/test_image_multi_face.png
bob/ip/facedetect/data/testimage.jpg
bob/ip/facedetect/data/testimage.pos
bob/ip/facedetect/data/training.hdf5
bob/ip/facedetect/detector/__init__.py
bob/ip/facedetect/detector/cascade.py
bob/ip/facedetect/detector/sampler.py
bob/ip/facedetect/script/__init__.py
bob/ip/facedetect/script/collect_training_data.py
bob/ip/facedetect/script/detect_faces.py
bob/ip/facedetect/script/evaluate.py
bob/ip/facedetect/script/extract_training_features.py
bob/ip/facedetect/script/plot_froc.py
bob/ip/facedetect/script/train_detector.py
bob/ip/facedetect/script/validate_detector.py
bob/ip/facedetect/tests/__init__.py
bob/ip/facedetect/tests/test_cpp.py
bob/ip/facedetect/tests/test_features.py
bob/ip/facedetect/tests/test_mtcnn.py
bob/ip/facedetect/tests/test_sampler.py
bob/ip/facedetect/tests/test_scripts.py
bob/ip/facedetect/tests/test_tinyface.py
bob/ip/facedetect/tests/test_training.py
bob/ip/facedetect/tests/utils.py
bob/ip/facedetect/train/Bootstrap.py
bob/ip/facedetect/train/TrainingSet.py
bob/ip/facedetect/train/__init__.py
bob/ip/facedetect/train/annotations.py
bob/ip/facedetect/train/utils.py
bob/ip/flandmark/__init__.py
bob/ip/flandmark/flandmark.cpp
bob/ip/flandmark/main.cpp
bob/ip/flandmark/test.py
bob/ip/flandmark/version.cpp
bob/ip/flandmark/cpp/flandmark_detector.cpp
bob/ip/flandmark/cpp/flandmark_detector.h
bob/ip/flandmark/cpp/liblbp.cpp
bob/ip/flandmark/cpp/liblbp.h
bob/ip/flandmark/data/flandmark_model.dat
bob/ip/flandmark/data/lena.jpg
bob/ip/flandmark/data/multi.jpg
bob/learn/__init__.py
bob/learn/boosting/Boosting.py
bob/learn/boosting/ExponentialLoss.py
bob/learn/boosting/LUTTrainer.py
bob/learn/boosting/LogitLoss.py
bob/learn/boosting/LossFunction.py
bob/learn/boosting/StumpTrainer.py
bob/learn/boosting/TangentialLoss.py
bob/learn/boosting/__init__.py
bob/learn/boosting/boosted_machine.cpp
bob/learn/boosting/jesorsky_loss.cpp
bob/learn/boosting/loss_function.cpp
bob/learn/boosting/lut_machine.cpp
bob/learn/boosting/lut_trainer.cpp
bob/learn/boosting/main.cpp
bob/learn/boosting/main.h
bob/learn/boosting/stump_machine.cpp
bob/learn/boosting/utils.py
bob/learn/boosting/version.cpp
bob/learn/boosting/weak_machine.cpp
bob/learn/boosting/cpp/BoostedMachine.cpp
bob/learn/boosting/cpp/JesorskyLoss.cpp
bob/learn/boosting/cpp/LUTMachine.cpp
bob/learn/boosting/cpp/LUTTrainer.cpp
bob/learn/boosting/cpp/LossFunction.cpp
bob/learn/boosting/cpp/StumpMachine.cpp
bob/learn/boosting/data/mnist.tar.bz2
bob/learn/boosting/data/testdata.hdf5
bob/learn/boosting/examples/__init__.py
bob/learn/boosting/examples/mnist.py
bob/learn/boosting/include/bob.learn.boosting/BoostedMachine.h
bob/learn/boosting/include/bob.learn.boosting/Functions.h
bob/learn/boosting/include/bob.learn.boosting/JesorskyLoss.h
bob/learn/boosting/include/bob.learn.boosting/LUTMachine.h
bob/learn/boosting/include/bob.learn.boosting/LUTTrainer.h
bob/learn/boosting/include/bob.learn.boosting/LossFunction.h
bob/learn/boosting/include/bob.learn.boosting/StumpMachine.h
bob/learn/boosting/include/bob.learn.boosting/WeakMachine.h
bob/learn/boosting/include/bob.learn.boosting/config.h
bob/learn/boosting/tests/__init__.py
bob/learn/boosting/tests/test_boosting.py
bob/learn/boosting/tests/test_example.py
bob/learn/boosting/tests/test_loss_exp.py
bob/learn/boosting/tests/test_loss_jes.py
bob/learn/boosting/tests/test_loss_log.py
bob/learn/boosting/tests/test_machines.py
bob/learn/boosting/tests/test_trainer_lut.py
bob/learn/boosting/tests/test_trainer_stump.py
doc/conf.py
doc/guide.rst
doc/index.rst
doc/links.rst
doc/mtcnn.rst
doc/py_api.rst
doc/tinyface.rst
doc/img/detect_faces_tinyface.png
doc/img/favicon.ico
doc/img/logo.png
doc/plot/detect_faces_mtcnn.py
doc/plot/detect_faces_tinyface.py
doc/plot/detect_single_face.py