qixuxiang / mask_rcnn_ros

The ROS Package of Mask R-CNN for Object Detection and Segmentation
Other
70 stars 34 forks source link

About your h5py's verson #1

Open weixiang-smart opened 6 years ago

weixiang-smart commented 6 years ago
I had run your code, but it always appeared errors with h5py. And I had also try a lot of methods from internet to install h5py again and again. Can you upload your h5py file please?

My errors: /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

qixuxiang commented 5 years ago

Thanks for your interests in my code! My h5py's verson is 2.7.0,Please see more details in README and requirements.txt.