likecv
Results
1
issues of
likecv
ValueError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 plt.figure(figsize=(10,10)) 2 plt.imshow(image) ----> 3 show_mask(masks, plt.gca()) 4 show_points(input_point, input_label, plt.gca()) 5 plt.axis('off') [](https://localhost:8080/#) in show_mask(mask, ax) 2 color =...