📄️ colorstr
colorstr(obj COLORSTR | int | str = COLORSTR.BLUE, fmt: FORMATSTR | int | str = FORMATSTR.BOLD) -> str
📄️ copy_path
copypath(pathsrc str | Path) -> None
📄️ download_from_google
downloadfromgoogle(fileid str, target: str | Path = ".") -> Path
📄️ gen_md5
genmd5(file int = 256 * 128) -> str
📄️ img_to_md5
imgtomd5(img: np.ndarray) -> str
📄️ make_batch
makebatch(data int) -> Generator[list, None, None]
📄️ rm_path
rmpath(path: str | Path) -> None
📄️ Tqdm
Tqdm(iterable=None, desc=None, smoothing=0, kwargs)