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

MarcSue
/
person_detection

Object Detection
Transformers.js
ONNX
yolov9
Model card Files Files and versions
xet

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

  • Libraries
  • Transformers.js

    How to use MarcSue/person_detection with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('object-detection', 'MarcSue/person_detection');
person_detection
179 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
Marc
fixing cannot load model issue
ad24bf2 over 1 year ago
  • .idea
    fix: folder structure over 1 year ago
  • onnx
    fixing cannot load model issue over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.65 kB
    fixing cannot load model issue over 1 year ago
  • config.json
    3.21 kB
    fixing cannot load model issue over 1 year ago
  • preprocessor_config.json
    253 Bytes
    fixing cannot load model issue over 1 year ago
  • quantize_config.json
    1.1 kB
    fixing cannot load model issue over 1 year ago