Edit model card

This model has been pushed to the Hub using the PytorchModelHubMixin integration:

  • Library: [More Information Needed]
  • Docs: [More Information Needed]

Usage

import torch
from exlib.datasets.cholec import CholecDataset, CholecModel
model = CholecModel.from_pretrained("BrachioLab/cholecystectomy_gonogo")
dataset = CholecDataset(split="test")
dataloader = torch.utils.data.DataLoader(dataset, batch_size=4, shuffle=True)
item = next(iter(dataloader))
out = model(item["image"])
Downloads last month
61
Safetensors
Model size
33M params
Tensor type
F32
·
Unable to determine this model’s pipeline type. Check the docs .

Dataset used to train BrachioLab/cholecystectomy_gonogo