Skip to content

bhanco/Hemocytometer_Cell_Counting_yolov5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hemocytometer_Cell_Counting_yolov5

Automated Cell Counting from mobile camera

Rational

My lab needs cell counts for CyTOF and other assays. We generally use our MACSQuannt flow cytometer for cell counts. However, it sometimes breaks, or may be in use. In this case we manually count using a hemocytometer and microscope. As a fun side project, I've worked on automating this for speed, particulalry useful with many samples.

Methods Rundown

  • Thawed mouse spleen cells
  • Serial dillutions
  • Loaded hemocytometer
  • Took iPhone pictures through microscope eye piece
  • Labeled using Roboflow
  • Trained with Google Collab

Pipeline

orig image -> downsize to 416x416 -> yolov5 to label counting square -> crop original image to counting square -> downsize 1024x1024 -> yolov5 to count cells

Limitations/Directions for improvment

  • Create mobile app to eliminate transfer to desktop, would probably check OnePetri first for guidance
  • Currently only runs from anaconda prompt, something to do with torchvision, haven't figured out how to run in command prompt
  • Labels: could add trypan blue dead cell detection, detection of abnormal shapes, clumps, ect

Example labels

Cells!

About

Ground work for Automated Cell Counting with mobile camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages