2.使用insightface讀取視頻進行人臉識別

1.人臉特徵持久化python 輸入數據集的人臉並獲得特徵向量以後,首先要持久化下來。app import numpy as np ''' 前面的忽略,就是加載模型,獲取數據集,跑模型獲得向量f ''' '''關鍵代碼''' f = model.get_feature(img) f.tofile('/myfeature/rep.bin') # 讀取 f_ = np.fromfile('/myfe
相關文章
相關標籤/搜索