Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SharpAI/DeepCamera
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SharpAI/DeepCamera
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/tensorrt-fp16-backend
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 21 files changed
  • 1 contributor

Commits on Mar 16, 2026

  1. feat: add depth-estimation-cuda skill — TensorRT FP16 for Windows/Linux

    New CUDA-focused depth estimation skill with vendored model architecture:
    - TensorRT FP16 as primary backend (~7x faster than PyTorch)
    - PyTorch CUDA fallback if TensorRT unavailable
    - Vendored depth_anything_v2 (no Python 3.12 requirement)
    - config.yaml for Aegis Settings UI
    - models.json with Small/Base/Large + TRT FP16 variants
    - env_config.py from YOLO pattern for hardware detection
    
    Separate from macOS-oriented depth-estimation skill.
    Platforms: win-x64, linux-x64, linux-arm64
    Intersteller-Apex committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    f5216f3 View commit details
    Browse the repository at this point in the history
Loading