Skip to content

Commit

Permalink
remove unused scikit-imnage import (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Jun 16, 2024
1 parent ab35a93 commit ed43f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/torch_subpixel_crop/subpixel_crop_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import torch
import einops
import torch.nn.functional as F
from skimage import data
from torch_fourier_shift import fourier_shift_image_3d
from torch_grid_utils import coordinate_grid

Expand Down

0 comments on commit ed43f57

Please sign in to comment.