For the YOLO algorithm, assume we have the following two boxes: the lower-right box with the size of 2x3 and the upper-left box with the size of 2x2, and the size of the overlapping region is 1x1. What is the IoU (Intersection over Union) between these two boxes?