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

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
25.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
HanClinto's picture
HanClinto
Add CollectorVision library metadata
e9b0006 verified 20 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.41 kB
    Add CollectorVision library metadata 20 days ago
  • cornelius-1.164.onnx
    8.62 MB
    xet
    Add Cornelius v1.164 (epoch 164, test_iou=0.7234) about 1 month ago
  • cornelius-1.205.onnx
    8.62 MB
    xet
    Add Cornelius v1.205 (epoch 205, test_iou=0.7865) — final epoch, new best about 1 month ago
  • model.onnx
    8.62 MB
    xet
    Update model.onnx to Cornelius v1.205 (epoch 205, test_iou=0.7865) about 1 month ago