Categoría: Object Detection
-
Always Visualize A Batch From Your Data Loader
Here is one thing that every engineer working with AI hears at some point: Garbage In, Garbage Out However, despite that, something that I still see often enough in the Computer Vision industry and no doubt affects other machine learning disciplines as well is a complete lack of checking what is coming out of the…
-
A Potential “Gotcha” When Building Your Own YOLOv3
For anyone interested in computer vision, you’ve probably thought about, attempted or accomplished building your own object detection network before. It’s a good challenge after getting comfortable with a deep learning library and wrapping your head around classification models. In this article, I’ll discuss building your own YOLOv3, a good option for anyone just starting…