Open Danish366 opened 2 years ago
I fixed using installing Tensorflow==2.6.0 and Keras==2.6.0
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
I fixed using installing Tensorflow==2.6.0 and Keras==2.6.0
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
Thanks. So, the potential fix is to downgrade the TF from 2.9.1 to 2.6.0 and Keras from 2.9.0 to 2.6.0 because PixelLib is not compatible with the newer versions?
I fixed using installing Tensorflow==2.6.0 and Keras==2.6.0
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
Thanks. So, the potential fix is to downgrade the TF from 2.9.1 to 2.6.0 and Keras from 2.9.0 to 2.6.0 because PixelLib is not compatible with the newer versions?
I think so.
One more thing!!
When you are training there are more error maybe will come.
So in that case
Try...
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
!pip3 install imgaug
!pip3 install pillow==8.2.0
!pip install pixellib==0.5.2
!pip install labelme2coco==0.1.2
In the Evaluation Step if you may get
like this!!
/content/mask_rcnn_models/mask_rcnn_model.001-2.073964.h5 evaluation using iou_threshold 0.5 is 0.000000
I this case try this..
!pip3 install tensorflow==2.5.0
Gotcha! Thanks.
I fixed using installing Tensorflow==2.6.0 and Keras==2.6.0
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
Thanks. So, the potential fix is to downgrade the TF from 2.9.1 to 2.6.0 and Keras from 2.9.0 to 2.6.0 because PixelLib is not compatible with the newer versions?
I think so. One more thing!! When you are training there are more error maybe will come. So in that case Try...
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
!pip3 install imgaug
!pip3 install pillow==8.2.0
!pip install pixellib==0.5.2
!pip install labelme2coco==0.1.2
In the Evaluation Step if you may get like this!!
/content/mask_rcnn_models/mask_rcnn_model.001-2.073964.h5 evaluation using iou_threshold 0.5 is 0.000000
I this case try this..
!pip3 install tensorflow==2.5.0
Gotcha! Thanks.
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
Hey! I have had the same value error issue even after downgrading TensorFlow to 2.6.0 and Keras to 2.6.0. Do you know the reason?
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
Hey! I have had the same value error issue even after downgrading TensorFlow to 2.6.0 and Keras to 2.6.0. Do you know the reason?
I don't know the reason !! Its working or NOT?
Yeah this worked...
I fixed using installing Tensorflow==2.6.0 and Keras==2.6.0
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
Thanks. So, the potential fix is to downgrade the TF from 2.9.1 to 2.6.0 and Keras from 2.9.0 to 2.6.0 because PixelLib is not compatible with the newer versions?
I think so. One more thing!! When you are training there are more error maybe will come. So in that case Try...
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
!pip3 install imgaug
!pip3 install pillow==8.2.0
!pip install pixellib==0.5.2
!pip install labelme2coco==0.1.2
In the Evaluation Step if you may get like this!!
/content/mask_rcnn_models/mask_rcnn_model.001-2.073964.h5 evaluation using iou_threshold 0.5 is 0.000000
I this case try this..
!pip3 install tensorflow==2.5.0
Thanks! This did the job for me in colab.
I fixed using installing Tensorflow==2.6.0 and Keras==2.6.0
!pip3 install tensorflow==2.6.0
!pip3 install keras==2.6.0
I tried this and still same error
@baselsaad123 I did this in very long back. Maybe its due to new version of other packages.
Hi,
So, I was trying to use Pixellib to do some segmentation on a video and wanted to load the xception model that was trained on the Pascal voc dataset. Should've been a straight forward task with 5 lines of code, however, I ran into some issue:
I used the following link to download the model: https://github.com/ayoolaolafenwa/PixelLib/releases/download/1.1/deeplabv3_xception_tf_dim_ordering_tf_kernels.h5
But when I try to load the load, I get this error:
Following is the code that I am using:
Kindly look into this issue and let me know how to resolve it.
Thanks,