Skip to content

Instantly share code, notes, and snippets.

@um4ng-tiw
Created July 8, 2021 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save um4ng-tiw/555a5f73176aecf527731d6feefa2660 to your computer and use it in GitHub Desktop.
Save um4ng-tiw/555a5f73176aecf527731d6feefa2660 to your computer and use it in GitHub Desktop.
img = cv2.imread("Blood_cell_image_dataset/images/TRAIN/EOSINOPHIL/_0_1169.jpeg")
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB )
plt.title("Eosinophil")
plt.imshow(img)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment