SYMBOL INDEX (28 symbols across 4 files) FILE: tests/utils/data_test.py function original (line 6) | def original(): function resized (line 13) | def resized(): function test_shape_of_labels (line 17) | def test_shape_of_labels(original: pd.DataFrame, function test_bbox_is_smaller (line 32) | def test_bbox_is_smaller(original, resized) -> None: FILE: train.py function image_augmentation (line 34) | def image_augmentation(image, mask): function get_image_mask (line 64) | def get_image_mask(queue, augmentation=True): function conv_conv_pool (line 108) | def conv_conv_pool(input_, function upconv_concat (line 153) | def upconv_concat(inputA, input_B, n_filter, flags, name): function upconv_2D (line 170) | def upconv_2D(tensor, n_filter, flags, name): function make_unet (line 191) | def make_unet(X, training, flags=None): function IOU_ (line 234) | def IOU_(y_pred, y_true): function make_train_op (line 260) | def make_train_op(y_pred, y_true): function read_flags (line 286) | def read_flags(): function main (line 311) | def main(flags): FILE: utils/data.py function read_flags (line 28) | def read_flags(): function get_boxes (line 63) | def get_boxes(df: pd.DataFrame) -> List[Box]: function create_clean_dir (line 75) | def create_clean_dir(dirname: str) -> None: function adjust_bbox (line 92) | def adjust_bbox(bboxframe: pd.DataFrame, function get_relevant_frames (line 122) | def get_relevant_frames(image_path: str, function get_mask (line 138) | def get_mask(image: np.ndarray, bbox_frame: pd.DataFrame) -> np.ndarray: function create_mask (line 165) | def create_mask(image_WH: Tuple[int, int], function generate_mask_pipeline (line 201) | def generate_mask_pipeline(image_WH: Tuple[int, int], function main (line 220) | def main(FLAGS): FILE: utils/image.py function read_image (line 13) | def read_image(image_path: str, gray: bool=False) -> np.ndarray: function read_image_and_resize (line 31) | def read_image_and_resize(image_path: str, function plot_image (line 58) | def plot_image(image: np.ndarray, title: Optional[str]=None, **kwargs) -... function plot_two_images (line 81) | def plot_two_images(image_A: np.ndarray, function draw_bbox (line 97) | def draw_bbox(image: np.ndarray,