Production

Results 2 issues of Production

When executing `python faceswap.py train -A ~/faceswap/faces/trump -B ~/faceswap/faces/cage -m ~/faceswap/trump_cage_model/` There's error `ModuleNotFoundError: No module named 'decorator'` **Solution:** ``` pip install decorator pip install cloudpickle ``` Please add to...

When pushing Define button i am getting this error message. ``` Error: Python: Traceback (most recent call last): File "/Users/USERNAME/Library/Application Support/Blender/4.0/scripts/addons/anton-0-2-1/definer.py", line 206, in execute active_object = bpy.data.objects[scene.anton.filename] KeyError: 'bpy_prop_collection[key]:...