For those using vscode, add to user settingscss
"python.linting.pylintArgs": [
"--errors-only",
"--generated-members=numpy.* ,torch.* ,cv2.* , cv.*"
]python
errors-only is not realted to the issue but is useful to supres pep 8/formatting "errors" if you want togit