70 import argparse import os from typing import Dict, Tuple import cv2 import numpy as np def load_image (path: str) -> np. ndarray: ...