JHB11Hinson

Results 1 issues of JHB11Hinson

代码如下: 特征提取: fet = FeatureExtractionTool(config='/data/huangjingwang/SCI/MMSA/cut/config2.json') infile_path=os.path.abspath('/data/huangjingwang/SCI/MMSA/cut/test_output/output_video_002.mp4') outfile_path=os.path.abspath('/data/huangjingwang/SCI/MMSA/cut/test_output/feature_get.pkl') text_path=os.path.abspath("/data/huangjingwang/SCI/MMSA/cut/input.txt") fet.run_single(in_file=infile_path, out_file=outfile_path,text="What is love") 模型训练: config=get_config_regression('mtfn','sims') config['custom_feature'] = '/data/huangjingwang/SCI/MMSA/dataset/SIMS/unaligned_39.pkl' MMSA_run('mtfn', 'sims', gpu_ids=[0], config=config, res_save_dir='/data/huangjingwang/SCI/MMSA/results/SIMS', model_save_dir='/data/huangjingwang/SCI/MMSA/models/SMIS') 模型测试: MMSA_test(config=config, weights_path='/data/huangjingwang/SCI/MMSA/models/SMIS/mtfn-sims.pth', feature_path='/data/huangjingwang/SCI/MMSA/cut/test_output/feature_get.pkl') config2.json内容: { "audio":...