In the chapter 12 of the 3ed, the author says: "Each image can have anywhere from 1 to 63 objects with an associated bounding box. ". However, when I execute the code max([len(x["boxes"]) for x in metadata]), the result is 93. The image with 93 associated bounding boxes is 000000157105.jpg

In the chapter 12 of the 3ed, the author says: "Each image can have anywhere from 1 to 63 objects with an associated bounding box. ". However, when I execute the code
max([len(x["boxes"]) for x in metadata]), the result is 93. The image with 93 associated bounding boxes is 000000157105.jpg