File size: 850 Bytes
88b9f23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58476d8
 
 
 
88b9f23
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: mit
library_name: pytorch
tags:
- computer-vision
- image-classification
- efficientnet
- surgical-tools
- surgical-instruments
- binary-classification
datasets:
- joonhaim/hinged-state-classifier-crops
---

# hinged-state-classifier-efficientnet-b0

EfficientNet-B0 image classification model for surgical instrument state recognition.

## Task
Binary classification of hinged surgical instrument state:
- closed
- open

## Model details
- Architecture: EfficientNet-B0
- Framework: PyTorch
- Checkpoint: `best.pt`
- Input image size: 224 × 224

## Dataset
Trained on:
- `joonhaim/hinged-state-classifier-crops`

## Class mapping
- 0: closed
- 1: open

## Notes
This is a custom PyTorch checkpoint for classifying the state of hinged surgical instruments from cropped images.

The class order must match the order used during training.