Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion patchify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def patchify(image: np.ndarray, patch_size: Imsize, step: int = 1) -> np.ndarray

def unpatchify(patches: np.ndarray, imsize: Imsize) -> np.ndarray:
"""
Merge patches into the orignal image
Merge patches into the original image

Parameters
----------
Expand Down