simple-faster-rcnn-pytorch
simple-faster-rcnn-pytorch copied to clipboard
The problem is about skimage
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