csho
Results
1
issues of
csho
如果出现以下错误: `File "C:\Users\zhang\Documents\workspace\adbs\JGMA\cv.py", line 71, in findTaskBubble if len(cnts[1]): TypeError: object of type 'NoneType' has no len()` 可能是cv2版本问题,我没详查。我的是opencv-python 4.2.0.34 修改源码cv.py中 ```python if len(cnts[1]): return True else: return False ``` 为...