File size: 465 Bytes
a0805c0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Card_Segmentation Model Information
## Model Details
- Architecture: lraspp_mobilenet_v3_large
- Input Size: 320x240
- Number of Classes: 2
- Classes: Background (0), Card (1)
## Model Files
- `card_segmentation.onnx`: ONNX format for cross-platform deployment
## Input/Output
- Input: RGB image tensor of shape (1, 3, 320, 240)
- Input normalization: mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]
- Output: Segmentation logits of shape (1, 2, 320, 240) |