facenet-face-recognition
facenet-face-recognition copied to clipboard
Import fr_utils and inception_blocks_v2
How can I import the fr_utils and inception_blocks_v2 in the facenet.py?
Put those two files in the same folder as of facenet.
Use the following two commands in facenet.py from fr_utils import * from inception_blocks_v2 import *