It includes small projects on various computer vision topics, such as object detection, object tracking, classical computer vision techniques, image segmentation, image classification, feature extraction algorithms, and more.
Each project includes an article that explains how the algorithm works, how the code is structured, provides general information about the algorithms, and much more.
You can find all the articles in the README files for each folder, and you can check all of my articles from this link: https://medium.com/@siromermer.
YOLO Object Detection GUI | Detection (YOLO) + Segmentation (SAM) | Detection (YOLO) + Classification (TensorFlow) |
Custom YOLO-NAS Training Pipeline | YOLO Model Inference in C++ |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
To test these projects in your local environment with C++, delete the build folder and rebuild it. This is necessary because the folder paths will change, because of that you need to rebuild the project.
For python you can execute files directly