ywflow / BubMask

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
33 stars 15 forks source link

No module named "skimage" #6

Open gasertaha opened 1 year ago

gasertaha commented 1 year ago

Hello, I'm facing this problem for a long time and I'm pretty sure Scikit-image is installed, however, I get this error:

(crystal) C:\Users\PC\Documents\GitHub\BubMask>python3 bubble.py splash --weights=path/to/mask_rcnn_bubble.h5 --image=path/to/image Traceback (most recent call last): File "C:\Users\PC\Documents\GitHub\BubMask\bubble.py", line 37, in import skimage.draw ModuleNotFoundError: No module named 'skimage'

(crystal) C:\Users\PC\Documents\GitHub\BubMask>python -c "import skimage; print(skimage.version)" 0.19.3

Could you please let me know what I'm doing wrong?