Functionapply_box_deltasApplies the given deltas to the given boxes. boxes: [N, (y1, x1, y2, x2)]. Note that (y2, x2) is outside the box. deltas: [N, (dy, dx, log(dh)
mask_rcnn_counting_api/utils.py:151
Functionapply_box_deltasApplies the given deltas to the given boxes. boxes: [N, (y1, x1, y2, x2)]. Note that (y2, x2) is outside the box. deltas: [N, (dy, dx, log(dh)
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/utils.py:157
Functionapply_box_deltasApplies the given deltas to the given boxes. boxes: [N, (y1, x1, y2, x2)]. Note that (y2, x2) is outside the box. deltas: [N, (dy, dx, log(dh)
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/utils.py:157
Functionbox_refinementCompute refinement needed to transform box to gt_box. box and gt_box are [N, (y1, x1, y2, x2)]. (y2, x2) is assumed to be outside the box.
mask_rcnn_counting_api/utils.py:201
Functionbox_refinementCompute refinement needed to transform box to gt_box. box and gt_box are [N, (y1, x1, y2, x2)]. (y2, x2) is assumed to be outside the box.
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/utils.py:207
Functionbox_refinementCompute refinement needed to transform box to gt_box. box and gt_box are [N, (y1, x1, y2, x2)]. (y2, x2) is assumed to be outside the box.
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/utils.py:207
Functionclip_to_window window: (y1, x1, y2, x2). The window in the image we want to clip to. boxes: [N, (y1, x1, y2, x2)]
mask_rcnn_counting_api/model.py:658
Functioncount_objects(top, bottom, right, left, crop_img, roi_position, y_min, y_max, deviation)
utils/object_counting_module/object_counter_y_axis.py:6
Functioncount_objects_x_axis(top, bottom, right, left, crop_img, roi_position, y_min, y_max, deviation)
utils/object_counting_module/object_counter_x_axis.py:6
Functioncumulative_object_counting_x_axis(input_video, detection_graph, category_index, is_color_recognition_enabled, roi, deviation, custom_object_nam
api/object_counting_api.py:16
Functioncumulative_object_counting_y_axis(input_video, detection_graph, category_index, is_color_recognition_enabled, roi, deviation, custom_object_nam
api/object_counting_api.py:121
Functiondenorm_boxesConverts boxes from normalized coordinates to pixel coordinates. boxes: [N, (y1, x1, y2, x2)] in normalized coordinates shape: [..., (height,
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/utils.py:879
Functiondenorm_boxesConverts boxes from normalized coordinates to pixel coordinates. boxes: [N, (y1, x1, y2, x2)] in normalized coordinates shape: [..., (height,
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/utils.py:879
Functiondenorm_boxes_graphConverts boxes from normalized coordinates to pixel coordinates. boxes: [..., (y1, x1, y2, x2)] in normalized coordinates shape: [..., (height
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/model.py:2861
Functiondenorm_boxes_graphConverts boxes from normalized coordinates to pixel coordinates. boxes: [..., (y1, x1, y2, x2)] in normalized coordinates shape: [..., (height
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/model.py:2861
Functiondisplay_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/real_time_object_counting.py:148
Functiondisplay_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/single_image_object_counting.py:158
Functiondraw_bounding_boxes_on_image_tensorsDraws bounding boxes on batch of image tensors. Args: images: A 4D uint8 image tensor of shape [N, H, W, C]. boxes: [N, max_detections, 4]
utils/visualization_utils.py:348
Functiondraw_box_label(id,img, bbox_cv2, box_color=(0, 255, 0), show_label=True)
utils/object_tracking_module/tracking_utils.py:80
Functiondraw_boxesDraw bounding boxes and segmentation masks with differnt customizations. boxes: [N, (y1, x1, y2, x2, class_id)] in image coordinates. ref
mask_rcnn_counting_api/real_time_object_counting.py:375