You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I found the following error during random testing, I don't know how to solve it, come to help you
This is my code to reload the model:
from NeonLightEffect.PyPS import *
import os
path = f'{os.getcwd()}/images'
print('path',path)
for img in os.listdir(path):
NeonLight(20,20,10,10,8,2,'images')
But the following error was reported:
Traceback (most recent call last):
File "D:/Light pollution/Python-CV-Neon-Light-effect-main/img.py", line 8, in
NeonLight(20,20,10,10,8,2,'images')
File "D:\anacode\envs\pytorch\lib\site-packages\NeonLightEffect\PyPS.py", line 19, in NeonLight
psApp.Open(OutputPathOuter2)
File "D:\anacode\Lib\site-packages\comtypes\client\lazybind.py", line 182, in caller
return self._comobj._invoke(descr.memid, descr.invkind, 0, *args)
File "D:\anacode\Lib\site-packages\comtypes\automation.py", line 728, in _invoke
self.__com_Invoke(memid, riid_null, lcid, invkind,
_ctypes.COMError: (-2147220262, None, (None, None, None, 0, None))
The text was updated successfully, but these errors were encountered:
Hello, I found the following error during random testing, I don't know how to solve it, come to help you
This is my code to reload the model:
from NeonLightEffect.PyPS import *
import os
path = f'{os.getcwd()}/images'
print('path',path)
for img in os.listdir(path):
NeonLight(20,20,10,10,8,2,'images')
But the following error was reported:
Traceback (most recent call last):
File "D:/Light pollution/Python-CV-Neon-Light-effect-main/img.py", line 8, in
NeonLight(20,20,10,10,8,2,'images')
File "D:\anacode\envs\pytorch\lib\site-packages\NeonLightEffect\PyPS.py", line 19, in NeonLight
psApp.Open(OutputPathOuter2)
File "D:\anacode\Lib\site-packages\comtypes\client\lazybind.py", line 182, in caller
return self._comobj._invoke(descr.memid, descr.invkind, 0, *args)
File "D:\anacode\Lib\site-packages\comtypes\automation.py", line 728, in _invoke
self.__com_Invoke(memid, riid_null, lcid, invkind,
_ctypes.COMError: (-2147220262, None, (None, None, None, 0, None))
The text was updated successfully, but these errors were encountered: