Deformable-ConvNets
Deformable-ConvNets copied to clipboard
No module named skimage.draw
I have installed scikit-image using command 'pip install scikit-image'. But I still get this error? What happened?
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