simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

The problem is about skimage

Open hongdong-need-scar opened this issue 5 years ago • 0 comments
trafficstars

The problem is about skimage

File "data/dataset.py", line 67, in preprocess img = sktsf.resize(img, (C, H * scale, W * scale), mode='reflect',anti_aliasing=False) TypeError: resize() got an unexpected keyword argument 'anti_aliasing'

What's your version of scikit-image? only 0.14 supports anti-aliasing Or you can try to delete the 'anti_aliasing' flag.

Originally posted by @rxqy in https://github.com/chenyuntc/simple-faster-rcnn-pytorch/issues/82#issuecomment-433376106

hongdong-need-scar avatar Sep 18 '20 03:09 hongdong-need-scar