↓ 3 callersFunctionnorm_boxes_graphConverts boxes from pixel coordinates to normalized coordinates. boxes: [..., (y1, x1, y2, x2)] in pixel coordinates shape: [..., (height, wid
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/model.py:2844
↓ 3 callersFunctionnorm_boxes_graphConverts boxes from pixel coordinates to normalized coordinates. boxes: [..., (y1, x1, y2, x2)] in pixel coordinates shape: [..., (height, wid
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/model.py:2844
↓ 2 callersFunctionapply_box_deltas_graphApplies the given deltas to the given boxes. boxes: [N, 4] where each row is y1, x1, y2, x2 deltas: [N, 4] where each row is [dy, dx, log(dh),
mask_rcnn_counting_api/model.py:185
↓ 2 callersFunctionapply_box_deltas_graphApplies the given deltas to the given boxes. boxes: [N, (y1, x1, y2, x2)] boxes to update deltas: [N, (dy, dx, log(dh), log(dw))] refinements
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/model.py:213
↓ 2 callersFunctionapply_box_deltas_graphApplies the given deltas to the given boxes. boxes: [N, (y1, x1, y2, x2)] boxes to update deltas: [N, (dy, dx, log(dh), log(dw))] refinements
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/model.py:213
↓ 2 callersFunctionbuild_fpn_mask_graphBuilds the computation graph of the mask head of Feature Pyramid Network. rois: [batch, num_rois, (y1, x1, y2, x2)] Proposal boxes in normalized
mask_rcnn_counting_api/model.py:936
↓ 2 callersFunctionbuild_fpn_mask_graphBuilds the computation graph of the mask head of Feature Pyramid Network. rois: [batch, num_rois, (y1, x1, y2, x2)] Proposal boxes in normalized
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/model.py:959
↓ 2 callersFunctionbuild_fpn_mask_graphBuilds the computation graph of the mask head of Feature Pyramid Network. rois: [batch, num_rois, (y1, x1, y2, x2)] Proposal boxes in normalized
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/model.py:959
↓ 2 callersFunctionclip_boxes_graph boxes: [N, 4] each row is y1, x1, y2, x2 window: [4] in the form y1, x1, y2, x2
mask_rcnn_counting_api/model.py:209
↓ 2 callersFunctionclip_boxes_graph boxes: [N, (y1, x1, y2, x2)] window: [4] in the form y1, x1, y2, x2
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/model.py:237
↓ 2 callersFunctionclip_boxes_graph boxes: [N, (y1, x1, y2, x2)] window: [4] in the form y1, x1, y2, x2
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/model.py:237
↓ 2 callersFunctioncolor_splashApply color splash effect. image: RGB image [height, width, 3] mask: instance segmentation mask [height, width, instance count] Returns r
mask_rcnn_counting_api/spaghetti_counter_training/custom.py:181
↓ 2 callersFunctioncolor_splashApply color splash effect. image: RGB image [height, width, 3] mask: instance segmentation mask [height, width, instance count] Returns r
mask_rcnn_counting_api/spaghetti_counter_training/training/custom.py:181
↓ 2 callersFunctioncompute_iouCalculates IoU of the given box with the array of the given boxes. box: 1D vector [y1, x1, y2, x2] boxes: [boxes_count, (y1, x1, y2, x2)]
mask_rcnn_counting_api/utils.py:56
↓ 2 callersFunctioncompute_iouCalculates IoU of the given box with the array of the given boxes. box: 1D vector [y1, x1, y2, x2] boxes: [boxes_count, (y1, x1, y2, x2)]
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/utils.py:58
↓ 2 callersFunctioncompute_iouCalculates IoU of the given box with the array of the given boxes. box: 1D vector [y1, x1, y2, x2] boxes: [boxes_count, (y1, x1, y2, x2)]
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/utils.py:58
↓ 2 callersFunctionfpn_classifier_graphBuilds the computation graph of the feature pyramid network classifier and regressor heads. rois: [batch, num_rois, (y1, x1, y2, x2)] Proposa
mask_rcnn_counting_api/model.py:882
↓ 2 callersFunctionfpn_classifier_graphBuilds the computation graph of the feature pyramid network classifier and regressor heads. rois: [batch, num_rois, (y1, x1, y2, x2)] Proposa
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/model.py:903
↓ 2 callersFunctionfpn_classifier_graphBuilds the computation graph of the feature pyramid network classifier and regressor heads. rois: [batch, num_rois, (y1, x1, y2, x2)] Proposa
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/model.py:903
↓ 2 callersFunctionoverlaps_graphComputes IoU overlaps between two sets of boxes. boxes1, boxes2: [N, (y1, x1, y2, x2)].
mask_rcnn_counting_api/model.py:431
↓ 2 callersFunctionoverlaps_graphComputes IoU overlaps between two sets of boxes. boxes1, boxes2: [N, (y1, x1, y2, x2)].
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/model.py:456
↓ 2 callersFunctionoverlaps_graphComputes IoU overlaps between two sets of boxes. boxes1, boxes2: [N, (y1, x1, y2, x2)].
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/model.py:456