jinming

Results 7 comments of jinming

> This worked for me, too:) Thank VictorVarela for his code. > > mean_bgr = np.array([91.4953, 103.8827, 131.0912]) > > def transform(img): > img = img[:, :, ::-1] # RGB...

训练阶段也需要beam search 吗? 为什么作者的训练阶段也要加 beam search?

@xuyl0104 BeamSearch 只在解码时用到, 训练不用Beam Search, 你可以把报错信息贴出来看看

Hi,I use the code and get the results: === Evaluating classifier for encoded target domain === >>> source only > domain adaption

import insightface import numpy as np import cv2 import os model_path = '/data9/memoconv/tools/facerecog/webface/webface_r50.onnx' model = insightface.model_zoo.get_model(model_path) model.prepare(ctx_id=0) # given gpu id, if negative, then use cpu talkout_dialog_dir = '/data9/memoconv/memoconv_convs_talknetoutput/fendou/fendou_1/' img1_filepath...