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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

manar21
/
bb

Object Detection
Transformers
PyTorch
detr
Model card Files Files and versions
xet
Community
1

Instructions to use manar21/bb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use manar21/bb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="manar21/bb")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("manar21/bb")
    model = AutoModelForObjectDetection.from_pretrained("manar21/bb")
  • Notebooks
  • Google Colab
  • Kaggle
bb
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
2f0d0e3 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    4.59 kB
    Rename config (5).json to config.json over 2 years ago
  • model.safetensors
    167 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • preprocessor_config.json
    274 Bytes
    Rename preprocessor_config (1).json to preprocessor_config.json over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    167 MB
    xet
    Rename pytorch_model (1).bin to pytorch_model.bin over 2 years ago