↓ 1 callersFunction_separable_conv(features, depth, kernel_size, depth_multiplier,
regularize_depthwise, rate, stride, s
Baselines/autonomous_driving_perception208_baseline/segmentation/core/xception.py:251
↓ 1 callersFunctiondraw_bounding_boxes_on_imageDraws bounding boxes on image. Args: image: a PIL.Image object. boxes: a 2 dimensional numpy array of [N, 4]: (ymin, xmin, ymax, xmax).
Baselines/autonomous_driving_perception208_baseline/detection/utils/visualization_utils.py:233