Categoría: Object Detection
-
La Razón Que Siempre Debes Visualizar Un Batch De Tu 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. One great choice for your first attempt at building an object detection model is YOLOv3. It…