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/single_image_object_counting.py:391
Functiondraw_boxesDraw bounding boxes and segmentation masks with different customizations. boxes: [N, (y1, x1, y2, x2, class_id)] in image coordinates. re
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/visualize.py:465
Functiondraw_boxesDraw bounding boxes and segmentation masks with different customizations. boxes: [N, (y1, x1, y2, x2, class_id)] in image coordinates. re
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/visualize.py:444
Functiondraw_rois anchors: [n, (y1, x1, y2, x2)] list of anchors in image coordinates. proposals: [n, 4] the same anchors but refined to fit objects better.
mask_rcnn_counting_api/real_time_object_counting.py:224
Functiondraw_rois anchors: [n, (y1, x1, y2, x2)] list of anchors in image coordinates. proposals: [n, 4] the same anchors but refined to fit objects better.
mask_rcnn_counting_api/single_image_object_counting.py:240
Functiondraw_rois anchors: [n, (y1, x1, y2, x2)] list of anchors in image coordinates. proposals: [n, 4] the same anchors but refined to fit objects better.
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/visualize.py:314
Functiondraw_rois anchors: [n, (y1, x1, y2, x2)] list of anchors in image coordinates. proposals: [n, 4] the same anchors but refined to fit objects better.
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/visualize.py:293
Functionfinalize 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:171
Functionfinalize 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:171
Functionnon_max_suppressionPerforms non-maximum supression and returns indicies of kept boxes. boxes: [N, (y1, x1, y2, x2)]. Notice that (y2, x2) lays outside the box. s
mask_rcnn_counting_api/utils.py:114
Functionnon_max_suppressionPerforms non-maximum suppression and returns indices of kept boxes. boxes: [N, (y1, x1, y2, x2)]. Notice that (y2, x2) lays outside the box. s
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/utils.py:120
Functionnon_max_suppressionPerforms non-maximum suppression and returns indices of kept boxes. boxes: [N, (y1, x1, y2, x2)]. Notice that (y2, x2) lays outside the box. s
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/utils.py:120
Functionnorm_boxesConverts boxes from pixel coordinates to normalized coordinates. boxes: [N, (y1, x1, y2, x2)] in pixel coordinates shape: [..., (height, width
mask_rcnn_counting_api/spaghetti_counter_training/mrcnn/utils.py:862
Functionnorm_boxesConverts boxes from pixel coordinates to normalized coordinates. boxes: [N, (y1, x1, y2, x2)] in pixel coordinates shape: [..., (height, width
mask_rcnn_counting_api/spaghetti_counter_training/training/mrcnn/utils.py:862