tqamarVT

Results 5 comments of tqamarVT

I believe the issue with load_weights is due to incompatibilities with h5py on peoples' systems. Try to forcefully reinstall h5py (the latest version works for me, if not, try h5py==2.9.0)...

> I work with: RTX 3060 python 3.8 cuda_11.0.2_451.48_win10 cudnn-11.0-windows-x64-v8.0.4.30 TF: 2.3.0 Keras: 2.4.3 and it runs with GPU well. btw, I use https://github.com/leekunhee/Mask_RCNN for tf2.X He said he would...

> [this](https://github.com/Kamlesh364/Mask-RCNN-TF2.7.0-keras2.8.0) might help in your case. Again, he said he is looking to see how he can run this code in TF2 without having to disable eager execution. Your...

I believe this may have something to do with the load_weights function in model.py. Try to forcefully reinstall h5py, restart your environment/machine, and see if you get the same result...

Yes, in the setup.py file under the pcb-analysis directory, there is a typo. install_requires=[ 'werkzeug==2.1.2', 'flask', 'flask-cors' 'flask-restx', 'tensorflow', 'opencv-python-headless', 'pytesseract', ], There needs to be a comma after 'flask-cors'