[96354c]: / src / dataset / patching / no_patch.py

Download this file

7 lines (4 with data), 178 Bytes

1
2
3
4
5
6
from typing import Tuple
import numpy as np
def patching(volume: np.ndarray, labels: np.ndarray, patch_size: tuple) -> Tuple[np.ndarray, np.ndarray]:
return volume, labels