↓ 1 callersFunctionconvert(split, data_path, img_path, sg_path, output_path, imid2data)
scripts/pre-training/gqa_combined_train.py:64
↓ 1 callersFunctionconvert(split, data_path, sg_path, output_path, imid2data, type, coco_path)
scripts/fine-tuning/gqa_coco_format.py:70
↓ 1 callersFunctionconvert_bounding_boxesAccepts a list of bounding boxes in format (xmin,ymin,xmax,ymax) Returns the list of boxes in coco format (xmin,ymin, width, height)
scripts/clevr/clevr_to_coco.py:692
↓ 1 callersFunctionconvert_bounding_boxesAccepts a list of bounding boxes in format (xmin,ymin,xmax,ymax) Returns the list of boxes in coco format (xmin,ymin, width, height)
scripts/clevr/refclevr_to_coco.py:768
↓ 1 callersFunctioniou_boxes(boxes1, boxes2, w=0, h=0, xywh=True, ioubp=False, iandu=False)
datasets/phrasecut_utils/iou.py:32