Skip to content

Commit 7c99dbd

Browse files
committed
fixed typo.
1 parent 8921d17 commit 7c99dbd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/embedding/FaceProcessing.py

-6
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ def init_embedding_processor():
123123
mod3 = get_model(ctx, [112,112], DATA_RUNTIME_FOLDER+'/model,0', 'fc1')
124124
print('backup model loaded')
125125
return mod3
126-
127-
mod = FaceProcessing.init_embedding_processor()
128-
print("start to warm up")
129-
embedding = featureCalculation2(os.path.join(BASEDIR,"image","Mike_Alden_0001_tmp.png"))
130-
print("warmed up")
131-
return mod3
132126
else:
133127
print('has opencl supporting')
134128

0 commit comments

Comments
 (0)