swrdZWJ

Results 2 issues of swrdZWJ

torch = 1.10 cuda = 11.3 gcc = 9.5.0 running install /home/anaconda3/envs/py38torch110/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/anaconda3/envs/py38torch110/lib/python3.8/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command...

I get the problem of ‘Segmentation fault (core dumped)’ when I debug the code after _if pointInRect(eX, eY, dragObj.outRect.x, dragObj.outRect.y, dragObj.outRect.w, dragObj.outRect.h): dragObj.returnflag = True cv2.destroyWindow(dragObj.wname)_ I use the same...