hysts / pytorch_mpiigaze_demo

Gaze estimation using MPIIGaze and MPIIFaceGaze
MIT License
300 stars 68 forks source link

OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. #18

Closed younesmch closed 2 years ago

younesmch commented 2 years ago

when i run it i get this error "OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized." any one can help thnks

younesmch commented 2 years ago

it's just add this two line in main.py import os os.environ["KMP_DUPLICATE_LIB_OK"]="TRUE"

and install numpy 1.18

hysts commented 2 years ago

Thanks for reporting this. It looks like you've already solved the issue yourself. And it seems to be a problem with the dependency libraries or the Python environment.

younesmch commented 2 years ago

yes it is thnks for sharing this great works