virtual-paint icon indicating copy to clipboard operation
virtual-paint copied to clipboard

This is a virtual painting python script bult using opencv and mediapipe

Results 2 virtual-paint issues
Sort by recently updated
recently updated
newest added

AttributeError: 'NoneType' object has no attribute 'astype'

tools = tools.astype('uint8') ERROR: Traceback (most recent call last): File "/home/chaudharysahab/Desktop/virtual-paint-main/virtual_board.py", line 48, in tools = tools.astype('uint8') AttributeError: 'NoneType' object has no attribute 'astype'