Skip to content
View BenjaminDev's full-sized avatar

Highlights

  • Pro

Organizations

@OpenMined
Block or Report

Block or report BenjaminDev

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
BenjaminDev/README.md

🔨 Under Construction ⚠️

Repositories 📖

I've organised some of my code into projects, templates, and infrastructure. They are all tagged and searchable. All these projects are my own. If you find bugs please feel free to open an issue.

Projects 🔨

  • imse An image search tool aimed at the civil engineering and surveying industry. Search your images using query images and selected regions of interest. Demo's are availabe here

  

  • zizu A sports video analytics tool aimed at speed climbing. It processes a video of a speed climbing 'run' and detects the climber(s) and their keypoints. It stitches the frames together to form a single image plane and then uses the known geometry of the wall to register this image with a real world model. The output is a x,y real world coordinate of each of the climbers keypoints. Using this position and time graphs can be derived and used to compare competiors and used as a training and performance monitoring tool. It is capable of processing panning footage captured by either a cellphone (instagram style clips) or a live stream system.

      Workflow

The system's output is the the exact position of the climbers keypoints as measured in the world coordinate system. These outputs can be used to analise the attempt, compare climbers and pick up on sections where the climber is loosing time. If you are keen to analise your climbing please drop me a message on linkedin

  • Aircraft tracking This is a closed source project. It is a passive system that can detect and track multiple aircraft using a single camera. By using known landmarks in the scene the camera pose is estimated. Targets are tracked in a region of interest and due to a strong motion model (aircraft dynamics) the sysem can infer 3D world coordinates despite its single camera limitation. Published results can be seen here

Templates 📎

These templates were born out of doing the same setup too many times. Either for myself or for others.

  • python-only A template for pure python projects. It uses poetry, pre-commit, docker for developement environment and github actions for CI/CD.
  • cpp-python A template for cmake based [cpp] projects that use [pybind11] to provide python bindings.
  • cpp-only A cmake template that uses [clang-formatter], [github actions] and builds both linux and windows binaries.

Infrastructure 🏭

I really dislike the [aws] console these repos make setting up a gpu instance for training an ML model super easy. Workflows for aws and colab are shown.

  • gpu-ami A Packer based ami for swift and cheap ami stroage.
  • minimal-aws-setup A terraformed setup that is useful for datascience and ML projects as well as a simple deployment usecase.

Notes: 🖊️

If you are looking to hire in the areas of computer vision, machine learning or digital signal processing please don't hesitate to contact me via linkedin.

Pinned Loading

  1. PyDP PyDP Public

    Forked from OpenMined/PyDP

    A python wrapper for https://github.com/google/differential-privacy

    Python

  2. differential-privacy differential-privacy Public

    Forked from google/differential-privacy

    Google's differential privacy library.

    C++

  3. imse imse Public

    A lightweight image search tool.

    Python 2