Merge pull request #1378 from StevenPuttemans:bugfix_3115
This commit is contained in:
commit
e7f83619c5
@ -70,6 +70,8 @@ Moreover every :ocv:class:`FaceRecognizer` supports the:
|
|||||||
|
|
||||||
* **Loading/Saving** the model state from/to a given XML or YAML.
|
* **Loading/Saving** the model state from/to a given XML or YAML.
|
||||||
|
|
||||||
|
.. note:: When using the FaceRecognizer interface in combination with Python, please stick to Python 2. Some underlying scripts like create_csv will not work in other versions, like Python 3.
|
||||||
|
|
||||||
Setting the Thresholds
|
Setting the Thresholds
|
||||||
+++++++++++++++++++++++
|
+++++++++++++++++++++++
|
||||||
|
|
||||||
|
@ -31,6 +31,11 @@
|
|||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------------------------------------
|
||||||
|
# Note:
|
||||||
|
# When using the FaceRecognizer interface in combination with Python, please stick to Python 2.
|
||||||
|
# Some underlying scripts like create_csv will not work in other versions, like Python 3.
|
||||||
|
# ------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user