SimSwap
SimSwap copied to clipboard
Simswap colab problem error
Hi guys, in the Simswap colab I get this problem at the end, does anyone know what to do? Many thanks to anyone who can answer me
AssertionError Traceback (most recent call last)
/content/SimSwap/insightface_func/face_detect_crop_multi.py in init(self, name, root) 45 print('duplicated model task type, ignore:', onnx_file, model.taskname) 46 del model ---> 47 assert 'detection' in self.models 48 self.det_model = self.models['detection'] 49
AssertionError: