CFU Colony Object Detection Models
PyTorch object detection model artifacts trained to detect CFU colonies on Petri dishes.
Training Summary
- Total training images: 714
- Task: object detection for CFU colonies on Petri dishes
- Source tooling:
- Roboflow 3.0 Object Detection (Fast)
- Roboflow RF-DETR Object Detection (Small)
Files
cfucount-rf-detr-small.pt: RF-DETR Object Detection (Small) model artifactcfucount-roboflow-3-fast.pt: Roboflow 3.0 Object Detection (Fast) model artifactrequirements.txt: minimal runtime dependencies
Usage
import torch
model_rfdetr = torch.load("cfucount-rf-detr-small.pt", map_location="cpu")
model_rfdetr.eval()
model_rf3 = torch.load("cfucount-roboflow-3-fast.pt", map_location="cpu")
model_rf3.eval()
Access
This repository is gated with manual approval enabled on the Hugging Face Hub. Users must request access before they can download the model files.