dhvazquez's picture
Create models/README.md
a0805c0 verified
# 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)