Skip to content
Snippets Groups Projects

Deprecating C++ code. Now, we depends only on bob.extension

Open Tiago de Freitas Pereira requested to merge deprecation into master
Files
5
+ 5
22
@@ -6,14 +6,7 @@ package:
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
build:
entry_points:
- collect_training_data.py = bob.ip.facedetect.script.collect_training_data:main
- extract_training_features.py = bob.ip.facedetect.script.extract_training_features:main
- train_detector.py = bob.ip.facedetect.script.train_detector:main
- validate_detector.py = bob.ip.facedetect.script.validate_detector:main
- detect_faces.py = bob.ip.facedetect.script.detect_faces:main
- evaluate_detections.py = bob.ip.facedetect.script.evaluate:main
- plot_froc.py = bob.ip.facedetect.script.plot_froc:main
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports:
- {{ pin_subpackage(name) }}
@@ -33,12 +26,9 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- bob.ip.base
- bob.extension
- bob.ip.color
- bob.io.image
- scikit-image {{ scikit_image }}
- libblitz {{ libblitz }}
- boost {{ boost }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- matplotlib {{ matplotlib }}
@@ -46,7 +36,6 @@ requirements:
run:
- python
- setuptools
- boost
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('scikit-image') }}
- {{ pin_compatible('numpy') }}
@@ -58,16 +47,7 @@ test:
imports:
- {{ name }}
commands:
- collect_training_data.py --help
- extract_training_features.py --help
- train_detector.py --help
- validate_detector.py --help
- detect_faces.py --help
- evaluate_detections.py --help
- plot_froc.py --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- nosetests --with-coverage -sv bob.learn.boosting
- nosetests --with-coverage -sv bob.ip.flandmark
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
@@ -79,6 +59,9 @@ test:
- sphinx_rtd_theme {{ sphinx_rtd_theme }}
- matplotlib
- tensorflow # [linux]
- bob.io.image
- bob.io.base
about:
home: https://www.idiap.ch/software/bob/
Loading