Tag: object_detection

  • 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…