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

benjamintli
/
rt-detr-v2_barcode-detection

Object Detection
Transformers
TensorBoard
Safetensors
rt_detr_v2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use benjamintli/rt-detr-v2_barcode-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use benjamintli/rt-detr-v2_barcode-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="benjamintli/rt-detr-v2_barcode-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForObjectDetection
    
    tokenizer = AutoTokenizer.from_pretrained("benjamintli/rt-detr-v2_barcode-detection")
    model = AutoModelForObjectDetection.from_pretrained("benjamintli/rt-detr-v2_barcode-detection", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rt-detr-v2_barcode-detection
1.53 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
benjamintli's picture
benjamintli
Training in progress, epoch 7
af030e6 verified 8 months ago
  • checkpoint-1636
    Training in progress, epoch 1, checkpoint 8 months ago
  • checkpoint-3272
    Training in progress, epoch 2, checkpoint 8 months ago
  • checkpoint-4908
    Training in progress, epoch 3, checkpoint 8 months ago
  • checkpoint-6544
    Training in progress, epoch 4, checkpoint 8 months ago
  • checkpoint-8180
    Training in progress, epoch 5, checkpoint 8 months ago
  • checkpoint-9816
    Training in progress, epoch 6, checkpoint 8 months ago
  • runs
    Training in progress, epoch 7 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    3.28 kB
    End of training 8 months ago
  • config.json
    2.6 kB
    Training in progress, epoch 1 8 months ago
  • model.safetensors
    80.5 MB
    xet
    Training in progress, epoch 7 8 months ago
  • preprocessor_config.json
    724 Bytes
    Training in progress, epoch 1 8 months ago
  • training_args.bin
    5.91 kB
    xet
    Training in progress, epoch 7 8 months ago