diff --git a/arcface_converter/src/preparing.py b/arcface_converter/src/preparing.py index 6722f74..36a88a7 100644 --- a/arcface_converter/src/preparing.py +++ b/arcface_converter/src/preparing.py @@ -4,6 +4,7 @@ from os.path import isfile from typing import List import numpy + numpy.bool = numpy.bool_ from mxnet.io import ImageRecordIter from onnxruntime import InferenceSession diff --git a/face_swapper/README.md b/face_swapper/README.md index 3125040..77250be 100644 --- a/face_swapper/README.md +++ b/face_swapper/README.md @@ -14,10 +14,10 @@ pip install -r requirements.txt ``` -Example -------- +Setup +----- -This example utilizes the MegaFace dataset to train the Face Swapper model. +This `config.ini` utilizes the MegaFace dataset to train the Face Swapper model. ``` [preparing.dataset]