Deformable-ConvNets icon indicating copy to clipboard operation
Deformable-ConvNets copied to clipboard

No module named skimage.draw

Open yfnn opened this issue 6 years ago • 1 comments

I have installed scikit-image using command 'pip install scikit-image'. But I still get this error? What happened?

yfnn avatar Dec 20 '18 09:12 yfnn

When I run 'python experiments/faster_rcnn/rcnn_end2end_train_test.py --cfg experiments/faster_rcnn/cfgs/resnet_v1_101_voc0712_rcnn_dcn_end2end.yaml'. Errors are as follows, /usr/local/lib/python2.7/dist-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters Traceback (most recent call last): File "experiments/faster_rcnn/rcnn_end2end_train_test.py", line 17, in import train_end2end File "experiments/faster_rcnn/../../faster_rcnn/train_end2end.py", line 51, in from utils.load_data import load_gt_roidb, merge_roidb, filter_roidb File "experiments/faster_rcnn/../../faster_rcnn/../lib/utils/load_data.py", line 9, in from dataset import * File "experiments/faster_rcnn/../../faster_rcnn/../lib/dataset/init.py", line 4, in from coco import coco File "experiments/faster_rcnn/../../faster_rcnn/../lib/dataset/coco.py", line 23, in from .pycocotools.coco import COCO File "experiments/faster_rcnn/../../faster_rcnn/../lib/dataset/pycocotools/coco.py", line 54, in from skimage.draw import polygon ImportError: No module named skimage.draw

yfnn avatar Dec 20 '18 09:12 yfnn