-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MaskRCNN Doesnt work in Arcgis 2.6.2 #35
Comments
In ArcGIS Pro 2.6, if you use the new deep learning frameworks installer provided by Esri here, Tensorflow 2.1.0, Keras 2.3.1, and scikit-image 0.17.2 will be installed. These versions are needed in other DL functionalities/workflows in Pro 2.6, but they are incompatible with the current Pro built-in Keras MaskRCNN support, mainly because Matterport implementation of MaskRCNN their repo has not been upgraded to support Tensorflow 2. |
@BOUKARY Please refer to the above comment, thanks |
Thanks a lot @lingtangraster Actually, that was my next step after I posted this question yesterday, I have created a conda env with compatible libraries following this guide https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/pdf/deep_learning_install.pdf, but i still get the same error. Is this the MaskRCNN implementation used to build that model? https://github.com/matterport/Mask_RCNN Thanks a lot |
I tried this maskrcnn model for building segmentation before and it was working, but now it is not.
I installed all the deep learning frameworks following this guide : https://github.com/Esri/deep-learning-frameworks/blob/master/README.md?rmedium=links_esri_com_b_d&rsource=https%3A%2F%2Flinks.esri.com%2Fdeep-learning-framework-install
I receive this error :
![2020-10-05 (2)](https://user-images.githubusercontent.com/8126372/95087622-d68be000-0719-11eb-833b-e3b2a3cb079c.png)
can you help me with this, please?
The text was updated successfully, but these errors were encountered: