SimSwap
SimSwap copied to clipboard
Numpy error
Whats seems to be the problem?
raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'object'
AttributeError: module 'numpy' has no attribute 'float'.
AttributeError: module 'numpy' has no attribute 'float'.
in \SimSwap-main\util\reverse2original.py in lines 157, 159 and 168 change "dtype=np.float" to "dtype=np.float64"