↓ 2 callersFunctiondraw_bounding_boxes_on_image_tensorsDraws bounding boxes, masks, and keypoints on batch of image tensors. Args: images: A 4D uint8 image tensor of shape [N, H, W, C]. If C > 3, ad
Baselines/autonomous_driving_perception208_baseline/detection/utils/visualization_utils.py:310
↓ 2 callersFunctionextract_data(data, target, features, days, stations, fortimes)
Baselines/weather_forecasting_baseline/super_calculated_model.py:77
↓ 1 callersMethod_is_valid_boxesCheck whether data fullfills the format of N*[ymin, xmin, ymax, xmin]. Args: data: a numpy array of shape [N, 4] representing box coordinat
Baselines/autonomous_driving_perception208_baseline/detection/utils/np_box_list.py:119