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

HanClinto
/
cornelius

Object Detection
CollectorVision
ONNX
card-detection
mobilevit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • CollectorVision

    How to use HanClinto/cornelius with CollectorVision:

    pip install git+https://github.com/HanClinto/CollectorVision huggingface_hub
    from huggingface_hub import hf_hub_download
    import collector_vision as cvg
    
    checkpoint = hf_hub_download(repo_id="HanClinto/cornelius", filename="model.onnx")
    
    # Detector models, such as Cornelius:
    detector = cvg.NeuralCornerDetector(checkpoint)
    
    # Embedder models, such as Milo:
    embedder = cvg.NeuralEmbedder(checkpoint)
  • Notebooks
  • Google Colab
  • Kaggle
cornelius
41 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
HanClinto's picture
HanClinto
Document fastweb-single stable availability
42e9b8d verified 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    7.3 kB
    Document fastweb-single stable availability 15 days ago
  • cornelius-1.164.onnx
    8.62 MB
    xet
    Add Cornelius v1.164 (epoch 164, test_iou=0.7234) 3 months ago
  • cornelius-1.205.onnx
    8.62 MB
    xet
    Add Cornelius v1.205 (epoch 205, test_iou=0.7865) — final epoch, new best 3 months ago
  • cornelius-1.210.onnx
    7.46 MB
    xet
    Replace Cornelius 1.210 with pure ONNX export 21 days ago
  • cornelius-1.221.onnx
    7.46 MB
    xet
    Upload Cornelius 1.221 fixed peak decoder ONNX 20 days ago
  • cornelius-2.12.onnx
    4.41 MB
    xet
    Release Cornelius 2.12 18 days ago
  • model.onnx
    4.41 MB
    xet
    Release Cornelius 2.12 18 days ago