TransAmMan
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. 
I am having the same problem: AttributeError: module 'numpy' has no attribute 'float'
I have the same problem
> Hi Maryam483. Are you saying that "antelope.zip" is in this folder: "github.com/repo/doc/guidance/preparation.md" Thank you in advance.
> Here's a suggested response to the GitHub issue regarding the `AttributeError` related to `np.float`: > > I encountered the same `AttributeError: module 'numpy' has no attribute 'float'` issue while...
> on the left side of the colab click on the simswap folder, scroll down to the util folder look for the reverse2original.py file, line 157 -160 replace it with...
The link in #474 appears to work. However, when you try to unzip the file "!unzip ./antelope.zip -d ./insightface_func/models/", it fails with error: "Archive: ./antelope.zip End-of-central-directory signature not found. Either...
Hi: @Maryam483 I still cant get the zip file link to work for me. As for your problem with the distorted images. Try this change in the last cell. opt.use_mask...