Star-convex Polyhedra for 3D Object Detection and Segmentation in Microscopy
Paper • 1908.03636 • Published
How to use fabda/nucount with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-segmentation", model="fabda/nucount") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("fabda/nucount", dtype="auto")Model author: Fabrice Daian
3DL_NuCount model has been designed by fine tuning a pretrained Stardist3D model [1,2] using a home made dataset [3] in order to assess the number of cells present in a given 3D image stack acquired using an optical microscope. Training and Inference Notebooks are hosted on our Github repo [4].