Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HaseLab
/
mahjong-models

Image Classification
ultralytics
mahjong
object-detection
image-segmentation
yolo
resnet
Model card Files Files and versions
xet
Community

Instructions to use HaseLab/mahjong-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use HaseLab/mahjong-models with ultralytics:

    # Couldn't find a valid YOLO version tag.
    # Replace XX with the correct version.
    from ultralytics import YOLOvXX
    
    model = YOLOvXX.from_pretrained("HaseLab/mahjong-models")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
mahjong-models
108 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
kaito4681's picture
kaito4681
Update ResNet-50 classifier after real-image fine-tuning
db01725 verified 3 days ago
  • .gitattributes
    223 Bytes
    Upload Mahjong recognition models 5 days ago
  • README.md
    3.59 kB
    Fix classifier labels and region classes 5 days ago
  • classifier-resnet50.pt
    94.7 MB
    xet
    Update ResNet-50 classifier after real-image fine-tuning 3 days ago
  • regions-yolo-26n.pt
    6.72 MB
    xet
    Keep three production model artifacts 5 days ago
  • tile-yolo-26n.pt
    6.62 MB
    xet
    Keep three production model artifacts 5 days ago