Skip to content
Snippets Groups Projects
Commit 2be68a1c authored by Xinyi ZHANG's avatar Xinyi ZHANG Committed by Tiago de Freitas Pereira
Browse files

Update bob/bio/face/config/baseline/tf_pipe.py,...

Update bob/bio/face/config/baseline/tf_pipe.py, bob/bio/face/config/baseline/opencv_pipe.py, bob/bio/face/test/test_baselines.py, bob/bio/face/test/test_extractors.py, requirements.txt files
parent e32f1ec8
No related branches found
No related tags found
1 merge request!112Feature extractors
......@@ -50,9 +50,12 @@ transform_extra_arguments = (
else (("annotations", "annotations"),)
)
# Extractor
extractor_transformer = OpenCVModel()
weights = None # PATH/TO/WEIGHTS
config = None # PATH/TO/CONFIG
extractor_transformer = OpenCVModel(weights=weights, config=config)
# Algorithm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment