shidalao
shidalao
> * Python 3 issue please manually modify `finger_plugin.py` at line 177: > > ```python > # funcs = map(idaapi.getn_func, ctx.chooser_selection) # old > funcs = list(idaapi.getn_func, ctx.chooser_selection) # new...
`python test_one_image.py --image_size 224 --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path output/ ` error 1: ` return super().find_class(mod_name, name) ModuleNotFoundError: No module named 'models.arcface_models'` solution: copy arcface_models.py file...