YOLO v2 improves upon YOLO v1 in three main ways:
1. It is better by adding techniques like batch normalization, multi-scale training, and anchor boxes to improve accuracy.
2. It is faster by using a smaller input size of 416x416.
3. It is stronger by directly predicting bounding boxes rather than offsets, adding fine-grained features, and using dimensional clustering to select anchor boxes.