You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have trained the model on custom dataset for 5 epochs, but while doing inference I am getting below error
I tried the following modifications in the code but error is not resolved
Lowered DETECTION_MIN_CONFIDENCE in mrcnn/config.pyIssue: 2132
Fixed Division by Zero error in mrcnn/utils.py with these modifications from __future__ import divisionIssue: 515, shift = np.array([0, 0, 1., 1.])Issue: 912
The text was updated successfully, but these errors were encountered:
Hello, I have trained the model on custom dataset for 5 epochs, but while doing inference I am getting below error
I tried the following modifications in the code but error is not resolved
Lowered
DETECTION_MIN_CONFIDENCE
inmrcnn/config.py
Issue: 2132Fixed Division by Zero error in
mrcnn/utils.py
with these modificationsfrom __future__ import division
Issue: 515,shift = np.array([0, 0, 1., 1.])
Issue: 912The text was updated successfully, but these errors were encountered: