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

aisak-ai
/
aisak-detect

Object Detection
Transformers
PyTorch
Safetensors
English
detr
computer-vision
image-to-text
Model card Files Files and versions
xet
Community
1

Instructions to use aisak-ai/aisak-detect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aisak-ai/aisak-detect with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="aisak-ai/aisak-detect")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("aisak-ai/aisak-detect")
    model = AutoModelForObjectDetection.from_pretrained("aisak-ai/aisak-detect")
  • Notebooks
  • Google Colab
  • Kaggle
aisak-detect
333 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
mandelakori's picture
mandelakori
Update README.md
bba6486 verified about 2 years ago
  • .gitattributes
    744 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • README.md
    3.93 kB
    Update README.md about 2 years ago
  • config.json
    4.59 kB
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    167 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • preprocessor_config.json
    290 Bytes
    Upload folder using huggingface_hub about 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
    Upload folder using huggingface_hub about 2 years ago