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

MykolaL
/
evp_depth

Feature Extraction
Transformers
Safetensors
EVP
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use MykolaL/evp_depth with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="MykolaL/evp_depth", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("MykolaL/evp_depth", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
evp_depth
3.91 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
MykolaL's picture
MykolaL
Upload 2 files
832fd3c verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • attractor.py
    8.69 kB
    Upload EVPDepth over 2 years ago
  • config.json
    413 Bytes
    Upload EVPDepth over 2 years ago
  • dist_layers.py
    4.84 kB
    Upload EVPDepth over 2 years ago
  • evpconfig.py
    417 Bytes
    Upload EVPDepth over 2 years ago
  • kitti_class_embeddings_my_captions.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    84.5 MB
    xet
    Upload 2 files 9 months ago
  • layers.py
    1.69 kB
    Upload EVPDepth over 2 years ago
  • localbins_layers.py
    6.73 kB
    Upload EVPDepth over 2 years ago
  • miniViT.py
    1.79 kB
    Upload EVPDepth over 2 years ago
  • model.py
    27.4 kB
    Upload EVPDepth over 2 years ago
  • model.safetensors
    3.74 GB
    xet
    Upload EVPDepth over 2 years ago
  • models.py
    11.6 kB
    Upload EVPDepth over 2 years ago
  • nyu_class_embeddings_my_captions.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    87.3 MB
    xet
    Upload 2 files 9 months ago