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

Isa0
/
cat-detection

ONNX
cat
landmark-detection
computer-vision
Model card Files Files and versions
xet
Community
cat-detection
12.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Isa0's picture
Isa0
feat: add training code
df0b32f 6 days ago
  • .gitattributes
    1.57 kB
    Add trained cat landmark detection model (PyTorch + ONNX) 6 days ago
  • .gitignore
    109 Bytes
    Add .gitignore for Python and venv artifacts 6 days ago
  • README.md
    649 Bytes
    Add model card metadata 6 days ago
  • cat_landmark_model.onnx
    299 kB
    xet
    Add trained cat landmark detection model (PyTorch + ONNX) 6 days ago
  • cat_landmark_model.onnx.data

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    6.16 MB
    xet
    Add trained cat landmark detection model (PyTorch + ONNX) 6 days ago
  • cat_landmark_model.pth

    Detected Pickle imports (4)

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

    What is a pickle import?

    6.28 MB
    xet
    Add trained cat landmark detection model (PyTorch + ONNX) 6 days ago
  • main.py
    1.37 kB
    Add inference script: detect 9 cat facial landmarks and draw bounding box 6 days ago
  • pyproject.toml
    206 Bytes
    chore: update python version 6 days ago
  • test.jpg
    4.31 kB
    Add sample test image 6 days ago
  • train.py
    6.48 kB
    feat: add training code 6 days ago
  • uv.lock
    37.7 kB
    chore: update python version 6 days ago