TransAmMan

Results 4 comments of TransAmMan

> > I was able to fix this error by changing changing site-packages\insightface\model_zoo\model_zoo.py:23 from: session = onnxruntime.InferenceSession(self.onnx_file, None) to: session = onnxruntime.InferenceSession(self.onnx_file, None, providers=['CUDAExecutionProvider', 'CPUExecutionProvider']) > > I can confirm...

Hi Mega313: I was getting the "ValueError" and you gave me an idea how to fix it. Here is what I did to fix the problem you are having. I...

Same issues here. I tried different versions of the code, with similar results. ![vlcsnap-2023-06-23-08h23m26s515](https://github.com/neuralchen/SimSwap/assets/120425941/6424c29a-f9bd-4a3b-9770-69c173903a45)

I am having the same problem: AttributeError: module 'numpy' has no attribute 'float'