Error when using Face Swap for video preset #318

Open
opened 2022-09-07 17:52:46 +02:00 by Aadi775 · 1 comment
Aadi775 commented 2022-09-07 17:52:46 +02:00 (Migrated from github.com)

`------------ Options -------------
Arc_path: arcface_model/arcface_checkpoint.tar
aspect_ratio: 1.0
batchSize: 8
checkpoints_dir: ./checkpoints
cluster_path: features_clustered_010.npy
crop_size: 224
data_type: 32
dataroot: ./datasets/cityscapes/
display_winsize: 512
engine: None
export_onnx: None
feat_num: 3
fineSize: 512
fp16: False
gpu_ids: [0]
how_many: 50
id_thres: 0.03
image_size: 224
input_nc: 3
instance_feat: False
isTrain: False
label_feat: False
label_nc: 0
latent_size: 512
loadSize: 1024
load_features: False
local_rank: 0
max_dataset_size: inf
model: pix2pixHD
multisepcific_dir: ./demo_file/multispecific
nThreads: 2
n_blocks_global: 6
n_blocks_local: 3
n_clusters: 10
n_downsample_E: 4
n_downsample_global: 3
n_local_enhancers: 1
name: people
nef: 16
netG: global
ngf: 64
niter_fix_global: 0
no_flip: False
no_instance: False
no_simswaplogo: False
norm: batch
norm_G: spectralspadesyncbatch3x3
ntest: inf
onnx: None
output_nc: 3
output_path: ./output/ironnick.mp4
phase: test
pic_a_path: ./demo_file/Iron_man.jpg
pic_b_path: ./crop_224/zrf.jpg
pic_specific_path: ./crop_224/zrf.jpg
resize_or_crop: scale_width
results_dir: ./results/
semantic_nc: 3
serial_batches: False
temp_path: ./output
tf_log: False
use_dropout: False
use_encoded_image: False
use_mask: True
verbose: False
video_path: ./aaa.mp4
which_epoch: latest
-------------- End ----------------
Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}
find model: ./insightface_func/models/antelope/glintr100.onnx recognition
Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}
find model: ./insightface_func/models/antelope/scrfd_10g_bnkps.onnx detection
set det-size: (640, 640)
Traceback (most recent call last):
File "test_video_swapsingle.py", line 64, in
img_a_align_crop, _ = app.get(img_a_whole,crop_size)
File "/content/drive/MyDrive/Deep-fake/SimSwap/insightface_func/face_detect_crop_single.py", line 67, in get
metric='default')
TypeError: detect() got an unexpected keyword argument 'threshold'

`

`------------ Options ------------- Arc_path: arcface_model/arcface_checkpoint.tar aspect_ratio: 1.0 batchSize: 8 checkpoints_dir: ./checkpoints cluster_path: features_clustered_010.npy crop_size: 224 data_type: 32 dataroot: ./datasets/cityscapes/ display_winsize: 512 engine: None export_onnx: None feat_num: 3 fineSize: 512 fp16: False gpu_ids: [0] how_many: 50 id_thres: 0.03 image_size: 224 input_nc: 3 instance_feat: False isTrain: False label_feat: False label_nc: 0 latent_size: 512 loadSize: 1024 load_features: False local_rank: 0 max_dataset_size: inf model: pix2pixHD multisepcific_dir: ./demo_file/multispecific nThreads: 2 n_blocks_global: 6 n_blocks_local: 3 n_clusters: 10 n_downsample_E: 4 n_downsample_global: 3 n_local_enhancers: 1 name: people nef: 16 netG: global ngf: 64 niter_fix_global: 0 no_flip: False no_instance: False no_simswaplogo: False norm: batch norm_G: spectralspadesyncbatch3x3 ntest: inf onnx: None output_nc: 3 output_path: ./output/ironnick.mp4 phase: test pic_a_path: ./demo_file/Iron_man.jpg pic_b_path: ./crop_224/zrf.jpg pic_specific_path: ./crop_224/zrf.jpg resize_or_crop: scale_width results_dir: ./results/ semantic_nc: 3 serial_batches: False temp_path: ./output tf_log: False use_dropout: False use_encoded_image: False use_mask: True verbose: False video_path: ./aaa.mp4 which_epoch: latest -------------- End ---------------- Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: ./insightface_func/models/antelope/glintr100.onnx recognition Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: ./insightface_func/models/antelope/scrfd_10g_bnkps.onnx detection set det-size: (640, 640) Traceback (most recent call last): File "test_video_swapsingle.py", line 64, in <module> img_a_align_crop, _ = app.get(img_a_whole,crop_size) File "/content/drive/MyDrive/Deep-fake/SimSwap/insightface_func/face_detect_crop_single.py", line 67, in get metric='default') TypeError: detect() got an unexpected keyword argument 'threshold' `
netrunner-exe commented 2022-09-13 09:38:51 +02:00 (Migrated from github.com)

pip install --ignore-installed insightface==0.2.1

pip install --ignore-installed insightface==0.2.1
Sign in to join this conversation.