SYMBOL INDEX (15 symbols across 3 files) FILE: load_data.py function convert_from_relative_to_absolute (line 7) | def convert_from_relative_to_absolute(h, w, x_min, y_min, x_max, y_max): function extract_crop (line 38) | def extract_crop(frame, x_min, y_min, x_max, y_max): function get_sample_batch (line 73) | def get_sample_batch(data_dir): FILE: model.py function SDPN (line 6) | def SDPN(summary=True): FILE: utils.py class RelativeRectangle (line 5) | class RelativeRectangle: method __init__ (line 22) | def __init__(self, x_min, y_min, x_max, y_max): method draw (line 31) | def draw(self, frame, color=255, thickness=1): method get_mask (line 61) | def get_mask(self, mask_shape): method tl_corner (line 92) | def tl_corner(self): method br_corner (line 103) | def br_corner(self): method coords (line 114) | def coords(self): method area (line 125) | def area(self): function imagenet_mean_bgr (line 136) | def imagenet_mean_bgr(frame_bgr, op='subtract'): function stitch_together (line 151) | def stitch_together(input_images, layout, resize_dim=None, off_x=None, o... function show_prediction (line 214) | def show_prediction(frontal_image, birdeye_image, x_coords, y_coords, y_...