You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

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 artifact
  • cfucount-roboflow-3-fast.pt: Roboflow 3.0 Object Detection (Fast) model artifact
  • requirements.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.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support