
Day 19/100: #100DaysOfMLCode 📊
Paper: YOLO v1Task: Dataset Pipeline & Label EncodingThe tricky part of YOLO isn't just the model; it's the data preparation.Standard datasets give you a list of boxes [x, y, w, h]. YOLO needs a 3D tensor [7, 7, 30]. Implemented 👇
English










