facenet-face-recognition icon indicating copy to clipboard operation
facenet-face-recognition copied to clipboard

Import fr_utils and inception_blocks_v2

Open NMoonen opened this issue 6 years ago • 1 comments

How can I import the fr_utils and inception_blocks_v2 in the facenet.py?

NMoonen avatar Jan 21 '19 14:01 NMoonen

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 *

Rohitgarg253 avatar May 27 '19 12:05 Rohitgarg253