Views
No views yet
| File | Architecture | Task |
|---|---|---|
CLS_colony_counting_bw_model.pth | EfficientNet-B0 (PyTorch) | Binary well classification backbone |
CLS_colony_counting_lr_head.joblib | Logistic Regression (scikit-learn) | Binary classifier head (positive / negative) |
CLS_colony_counting_count_model_smoothl1.pth | EfficientNet-B0 (PyTorch) | Colony count regression |
class_weight="balanced")p_pos) + two confidence scores (MSP, entropy)1git clone https://github.com/Center-for-Living-Systems/colony_counting.git
2cd colony_counting
3conda env create -f environment.yml
4conda activate colony_counting
5pip install -e .
6python download_models.pyjupyter notebook notebooks/run_full_pipeline.ipynbPLATE_IMAGE_FOLDER and OUTPUT_DIR in the config cell — model paths are auto-discovered from trained_models/.Center for Living Systems, University of Chicago.
Colony Counting Pipeline. https://github.com/Center-for-Living-Systems/colony_counting