MaximumProgrammer
Hello I am a computer scientist who has studied scientific computing like programming on cpus and gpus. My programming languages are C/C++, Python and Rust.
Austria
Pinned Repositories
darknet
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
game_of_life
CUDA Game Of Life
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
ImGui-VulkanHpp
Simpler ImGui Backend for VulkanHpp.
iris
matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
MaximumProgrammer.github.io
My personal website.
neovimsettings
PSRayTracing
A (modern) C++ implementation of the Peter Shirley Ray Tracing mini-books (https://raytracing.github.io). Features a clean project structure, perf. improvements (compared to the original code), multi-core rendering, and more.
vimsettings
This repo is used for setting your vim configurations mainly for programming.
MaximumProgrammer's Repositories
MaximumProgrammer/darknet
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
MaximumProgrammer/3d-bounding-box-estimation-for-autonomous-driving
3d bounding box estimation from monocular image based on 2d bounding box
MaximumProgrammer/3D-BoundingBox
PyTorch implementation for 3D Bounding Box Estimation Using Deep Learning and Geometry
MaximumProgrammer/cppbestpractices
Collaborative Collection of C++ Best Practices
MaximumProgrammer/cv-algorithms
Contains implementations of Computer Vision algorithms
MaximumProgrammer/debian-packaging-for-the-modern-developer
Debian packaging tutorials for the modern developer
MaximumProgrammer/deep-3D-box
3D bounding box estimation from patches of vehicle and pedestrian images
MaximumProgrammer/IoU
A C++ implement of intersection over union (IoU) ratio calculation.
MaximumProgrammer/Kaggle-Titanic
Prediction model for kaggle's Titanic survival prediction machine learning competition (over 80% accuracy)
MaximumProgrammer/libv4l2cpp
V4L2 C++ wrapper
MaximumProgrammer/libyuv
unofficial libyuv mirror
MaximumProgrammer/line_profiler
(OLD REPO) Line-by-line profiling for Python - Current repo ->
MaximumProgrammer/mkvserver_mk2
The streaming solution to end all streaming problems
MaximumProgrammer/monodepth-cpp
Tensorflow C++ implementation for single-image depth estimation (Monodepth)
MaximumProgrammer/MonoDepth-FPN-PyTorch
Single Image Depth Estimation with Feature Pyramid Network
MaximumProgrammer/Object-Detection-Metrics
Most popular metrics used to evaluate object detection algorithms.
MaximumProgrammer/onnx
Open standard for machine learning interoperability
MaximumProgrammer/opencv_contrib
Repository for OpenCV's extra modules
MaximumProgrammer/pillow-simd
The friendly PIL fork
MaximumProgrammer/pycrc
Free, easy to use Cyclic Redundancy Check (CRC) calculator and source code generator
MaximumProgrammer/pytorch-depth
MonoDepth Estimation - ICRA 2018 "Sparse-to-Dense: Depth Prediction from Sparse Depth Samples and a Single Image"
MaximumProgrammer/Quake-III-Arena-Kenny-Edition
The cradle of Quake III Arena
MaximumProgrammer/re3-tensorflow
Daniel Gordon's re3-tensorflow tracker originally from https://gitlab.com/danielgordon10/re3-tensorflow
MaximumProgrammer/rust-nbody
Comparing Parallel System's class's lab with version in Rust
MaximumProgrammer/Simd
C++ image processing and machine learning library with using of SIMD: SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX-512, VMX(Altivec) and VSX(Power7), NEON for ARM.
MaximumProgrammer/streameye
A simple MJPEG streamer for Linux
MaximumProgrammer/v4l2cxx
v4l2 C++ wrapper
MaximumProgrammer/vim-plugin
The Kite plugin for Vim.
MaximumProgrammer/vulkan-tutorial-rust
Following the vulkan tutorial(https://vulkan-tutorial.com/) using the Rust programming language.
MaximumProgrammer/ZLMediaKit
A lightweight RTSP, RTMP, HTTP-FLV, WebSocket, HTTP server and client framework based on C++11