Skip to content
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

*** No instances to display *** Error while doing inference #3

Open
atinesh-s opened this issue Sep 7, 2020 · 3 comments
Open

*** No instances to display *** Error while doing inference #3

atinesh-s opened this issue Sep 7, 2020 · 3 comments

Comments

@atinesh-s
Copy link

Hello, I have trained the model on custom dataset for 5 epochs, but while doing inference I am getting below error

Screenshot-from-2020-09-07-12-35-03.png

I tried the following modifications in the code but error is not resolved

  1. Lowered DETECTION_MIN_CONFIDENCE in mrcnn/config.py Issue: 2132

  2. Fixed Division by Zero error in mrcnn/utils.py with these modifications from __future__ import division Issue: 515, shift = np.array([0, 0, 1., 1.]) Issue: 912

@raditharch
Copy link

hello, I got the same problem and I use same solution as you, but I added scipy versions less than 1.3.0 and it's success.

@raditharch
Copy link

here, the reference : matterport/Mask_RCNN#2132

@zacialen
Copy link

Hi, were you able to fix the problem? I tried the solutions above, but I am still not getting any. Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants