This is your work, valued
PaddleOCR-ncnn-CPP. C++ implementations of PP-OCRv3/4/5/6 using ncnn for inference.
91YOLOv5-ncnn-OpenVINO-MNN-ONNXRuntime-OpenCV-CPP. YOLOv5 C++ inference implemented using multiple frameworks: ncnn, OpenVINO, MNN, ONNXRuntime, and OpenCV.
20optimize-gemm. My gemm optimization on RPi (ARM) achieved a 170x performance boost, showing speeds faster than Eigen and close to OpenBLAS.
16tiny-cnn. A tiny CNN which is extremely fast and lightweight, beat ONNXRuntime and ncnn.
8YOLOX-TensorRT10. A TensorRT 10 C++ implementation of YOLOX with dynamic‑shape support.
6Handcrafted-CNN. A handcrafted convolutional neural network. Matrix multiplication instead of loop operation, very fast.
3later. Delay no more? Do it later! - A background/delayed command execution tool for Linux & macOS.
3LeetCodeSolution. My LeetCode solutions in C AND C++. Directly executable, and all dynamically allocated memory can be freed.
2ImageHostingService. My image hosting and sharing repository
1Qt-OpenCV-CameraEdgeDetection. A simple edge detection example application using the Qt framework and OpenCV library.
1TrieDictionary. A Simple Trie Implementation.
1SimpleJsonParser. A simple JSON parser implemented by C++17.
1