Thoughts and explorations in Computer Vision, Machine Learning, C++, and more.
A comprehensive guide to major detector families including YOLO, RT-DETR, and YOLO-NAS. Explore architectures, trade-offs, and deployment considerations...
A comprehensive guide to using Ninja, the fast build system designed for speed. Learn setup, commands, and best practices for C++ projects...
A comprehensive guide to core parallel programming patterns in CUDA, from reductions and scans to cooperative groups and stream parallelism...
A comprehensive guide to understanding the essential building blocks of CMakeLists.txt files, from basic commands to advanced concepts...
Exploring techniques like dynamic_cast, typeid, virtual functions, and enums for determining object types at runtime...