Closed TingHungEricLin closed 5 years ago
Hi, Ninebell
Here is my testing to make some update on test_regnet.py. Just let each finger to have the same color, and collect...
cv2.circle(result_image, (col,row), 1, color[((j-1)//4)%5], -1) if ((j%4) == 1): cv2.line(result_image, point_center, (col,row), color[((j-1)//4)%5], 1) else: cv2.line(result_image, point_keep, (col,row), color[((j-1)//4)%5], 1) point_keep = (col, row)
Hi, Ninebell
Here is my testing to make some update on test_regnet.py. Just let each finger to have the same color, and collect...