Skip to content

KanishkNavale/heimdall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2733494 · Apr 11, 2024

History

45 Commits
Jan 29, 2024
Jan 29, 2024
Apr 11, 2024
Dec 23, 2023
Dec 23, 2023
Feb 12, 2024
Jan 29, 2024
Feb 6, 2024
Dec 23, 2023
Dec 24, 2023
Jan 29, 2024

Repository files navigation

Heimdall

A comprehensive code repository for AI & Robotics.

Contents

Bound to a long term development. Below is the list of present contents:

  • Datatypes (Pydantic based):

    • Camera Intrinsic & Extrinsic
    • Image
    • Pose (SE3 & SO3)
  • PyTorch-Lightning Templates:

    • Trainer
    • MLP
    • Dataloader
  • Distances:

    • SO3 & SE3 manifold distances
  • Pointcloud:

    • Furthest point sampling
    • Ball query
  • Robotics:

    • Stable inverse jacobian
    • Planar & geodesic trajectory generation
  • Transformers:

    • Upto 3D-Rotatory position embeddings
    • Temporal-Image patch embedder
    • Fast multi-head pooling attention module (MHA / MHPA)
    • For Vision: ViT, MViT-v2 (auto-adaptable)
    • For Video : MViT-v2
  • Visual object generalization:

    • Dense Object Nets (DON)
    • KeypointNet