Skip to content
View dorianhenning's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Imperial College London
  • London, UK
Block or Report

Block or report dorianhenning

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. supereight supereight Public

    Forked from emanuelev/supereight

    supereight: a high performance template octree library and a dense volumetric SLAM pipeline implementation

    C++

  2. AlphaPose AlphaPose Public

    Forked from MVIG-SJTU/AlphaPose

    Real-Time and Accurate Multi-Person Pose Estimation&Tracking System

    Python

  3. Detectron Detectron Public

    Forked from facebookresearch/Detectron

    FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.

    Python

  4. Bash aliases for Ubuntu Bash aliases for Ubuntu
    1
    # Command Line Interface
    2
    parse_git_branch() {
    3
     git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
    4
    }
    5