Skip to content

Commit

Permalink
replace skimage with tifffile
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Zheng committed Jun 5, 2020
1 parent 65fa0ad commit 2cbfcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/grss2013.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from simplecv.data import preprocess
import numpy as np
from data.base import FullImageDataset
from skimage.external import tifffile
import tifffile
from data.base import minibatch_sample
from simplecv.data.preprocess import divisible_pad

Expand Down

0 comments on commit 2cbfcd8

Please sign in to comment.