1、OMP
问题
OMP: Error #15: Initializing libiomp5md.dll,,OMP: Hint This means that multiple copies of the OpenMP
解决方案
"..\tools\infer\predict_det.py"
增加
os.environ["KMP_DUPLICATE_LIB_OK"]="TRUE"
2、win32
问题
ImportError:DLL load failed while importing win32api:找不到指定的模块
解决
我是看他的参考文献解决的,用conda install pywin32,不用pip,就解决了
参考
https://stackoverflow.com/questions/58612306/how-to-fix-importerror-dll-load-failed-while-importing-win32api