sout<<"truth rect width/height: "<<truth_object_detections[idx][i].rect.width()/(double)truth_object_detections[idx][i].rect.height()<<endl;
sout<<"truth rect width/height: "<<truth_object_detections[idx][i].get_rect().width()/(double)truth_object_detections[idx][i].get_rect().height()<<endl;
sout<<"truth rect area: "<<truth_object_detections[idx][i].rect.area()<<endl;
sout<<"truth rect area: "<<truth_object_detections[idx][i].get_rect().area()<<endl;