MultiSpecQR RGB Decoder
Pre-trained ML decoder for multi-spectral QR codes.
Model Details
- Type: RGBMLDecoder
- Outputs: 3 layers
- Architecture: LayerUnmixingCNN
Usage
from multispecqr.ml_decoder import RGBMLDecoder
# Load pre-trained model
decoder = RGBMLDecoder.from_pretrained("Jemsbhai/multispecqr-rgb")
# Decode an image
results = decoder.decode(image)
Training
This model was trained on synthetically generated QR codes using the MultiSpecQR library.
Links
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support