Skip to content
View marcadrianpeters's full-sized avatar

Highlights

  • Pro

Block or report marcadrianpeters

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
marcadrianpeters/README.md

Hi there, I’m Marc

Computer Vision & Software Engineer MABRI.VISION GmbH | Aachen, Germany


About Me

I specialize in Computer Vision and Deep Learning for industrial automation. My work focuses on building high-performance image processing pipelines and integrating AI into production environments.

  • Current Role: Software & Application Engineer at MABRI.VISION GmbH
  • Education: B.Sc. Electrical Engineering, Information Technology and Computer Engineering (RWTH Aachen)
  • Thesis: Deep Learning pipelines for wound and skin segmentation (Final Grade: 1.0)

Featured Projects

  • halcon-container A native C extension for MVTec HALCON that introduces production-grade data structures (ArrayList, Set, Stack, Queue). It solves the $O(N^2)$ overhead of native tuple concatenation, offering up to 400x speedup for large-scale datasets while maintaining thread-safety.

  • halcon-knowledge-mcp A unified ingestion pipeline and Model Context Protocol (MCP) server. It crawls local HALCON installations and SDK headers to build a LanceDB vector database, enabling LLMs to perform hybrid semantic searches and generate technically accurate HDevelop code.

  • superpixel_labeling_tool A tool designed to accelerate the creation of ground-truth data. By utilizing superpixel segmentation, it significantly reduces the manual effort required for pixel-precise annotation in medical and industrial vision tasks.


Let’s Connect


Popular repositories Loading

  1. superpixel_labeling_tool superpixel_labeling_tool Public

    This project provides an interactive GUI tool to accelerate image annotation by leveraging superpixel segmentation. It uses SLIC-based superpixels to divide images into coherent regions, enabling u…

    Python 1

  2. marcadrianpeters marcadrianpeters Public

  3. segmentation_models.pytorch segmentation_models.pytorch Public

    Forked from qubvel-org/segmentation_models.pytorch

    Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.

    Python

  4. halcon-container halcon-container Public

    Native C-based container classes for MVTec HALCON. Bridges the gap between basic HALCON tuples and advanced data management with optimized implementations of dynamic arrays, linked lists, and uniqu…

    C

  5. halcon-knowledge-mcp halcon-knowledge-mcp Public

    An MCP server that provides LLMs with direct access to HALCON documentation, operator references, and extension package technical data. It uses hybrid search and GPU acceleration to deliver precise…

    Python