Edit model card

AutoLamella Models

This repository contains the model checkpoints for the autolamella project. It also contains archived checkpoints from previous development models.

Methods:

  • AutoLamella - Waffle: autolamella-waffle-20240107.pt
  • AutoLamella - AutoLiftout: autolamella-mega-20240107.pt
  • AutoLamella - Serial Liftout: autolamella-serial-liftout-20240107.pt

from fibsem.segmentation.model import load_model

# load the autolamella-mega model (pt checkpoint)
model = load_model(checkpoint="autolamella-mega-20240107.pt")

# load the autolamella-mega model (onnx backend)
model = load_model(checkpoint="autolamella-mega-latest.onnx")

AutoLamella Dataset

The dataset used to train these models is available here: https://huggingface.co/datasets/patrickcleeve/autolamella


license: mit

Downloads last month
0
Unable to determine this model's library. Check the docs .