Mansi Aggarwal

Results 14 comments of Mansi Aggarwal

> Hi, I had the same problem on Colab Notebook. > Python 3.7.10 > Keras: 2.5.0 > Tensorflow: 2.5.0 > My solution: > In file model.py: > > ``` >...

Hi @getgeosoft. I actually got caught up in errors due to version incompatibility issues. But I started afresh and created a new environment. Refer to [this issue](https://github.com/matterport/Mask_RCNN/issues/2637) I raised. I...

I have a question. Does mask rcnn not adjust its weights and learning on the basis of validation dataset after each epoch. Like I have a a dataset divided into...

@TimNagle-McNaughton, thank you for your reply. So if my validation score is not improving, does the training model learn that and adjust its weights? That would mean it learns on...

> > the resultant model should not perform that poorly on val dataset > > Correct. I guess my trained model is not efficient then because it is in fact...

Yes, I did installed keras-retinanet using pip. However, I am actually now getting this error: ``` (object-detection-venv) (base) Ms-MacBook-Pro:keras-retinanet-git M$ retinanet-train --weights resnet50_coco_best_v2.1.0.h5 --steps 400 --epochs 20 --snapshot-path snapshots --tensorboard-dir...

I installed keras-retinanet using the repo but I am still getting this error: ``` Using Theano backend. You are using tensorflow version 1.15.0. The minimum required version is 2.3.0 (blacklisted:...

I guess I have to downgrade python (missed it in your readme) and keras-retinanet. Should I pip install keras-retinanet? ``` python version : 3.7.6 tensorflow : 1.15.0 keras: 2.3.1 keras-retinanet:...

Did all that and getting a new error: `ImportError: cannot import name 'meshgrid'` Complete log: ``` $ retinanet-train --weights resnet50_coco_best_v2.1.0.h5 --steps 400 --epochs 20 --snapshot-path snapshots --tensorboard-dir tensorboard csv dataset/train.csv...