↓ 1 callersFunctioncompute_overlapsComputes IoU overlaps between two sets of boxes. boxes1, boxes2: [N, (y1, x1, y2, x2)]. For better performance, pass the largest set first an
mask_rcnn_counting_api/utils.py:77
↓ 1 callersFunctioncompute_overlapsComputes IoU overlaps between two sets of boxes. boxes1, boxes2: [N, (y1, x1, y2, x2)]. For better performance, pass the largest set first an
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/utils.py:79
↓ 1 callersFunctioncompute_overlapsComputes IoU overlaps between two sets of boxes. boxes1, boxes2: [N, (y1, x1, y2, x2)]. For better performance, pass the largest set first an
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/utils.py:79
↓ 1 callersFunctiondisplay_instances boxes: [num_instance, (y1, x1, y2, x2, class_id)] in image coordinates. masks: [height, width, num_instances] class_ids: [num_instances]
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/visualize.py:84
↓ 1 callersFunctiondisplay_instances boxes: [num_instance, (y1, x1, y2, x2, class_id)] in image coordinates. masks: [height, width, num_instances] class_ids: [num_instances]
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/visualize.py:84
↓ 1 callersFunctiongenerate_anchors scales: 1D array of anchor sizes in pixels. Example: [32, 64, 128] ratios: 1D array of anchor ratios of width/height. Example: [0.5, 1, 2]
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/utils.py:592
↓ 1 callersFunctiongenerate_anchors scales: 1D array of anchor sizes in pixels. Example: [32, 64, 128] ratios: 1D array of anchor ratios of width/height. Example: [0.5, 1, 2]
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/utils.py:592
↓ 1 callersFunctionget_masked_fixed_color boxes: [num_instance, (y1, x1, y2, x2, class_id)] in image coordinates. masks: [height, width, num_instances] class_ids: [num_instances]
mask_rcnn_counting_api/real_time_object_counting.py:520
↓ 1 callersFunctionget_masked_fixed_color boxes: [num_instance, (y1, x1, y2, x2, class_id)] in image coordinates. masks: [height, width, num_instances] class_ids: [num_instances]
mask_rcnn_counting_api/single_image_object_counting.py:536