We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
running this outputs = model.predict_on_batch(np.expand_dims(image, axis=0)), where model is resnet50_coco_v0.1.0.h5
on a GPU enabled device consumes more than 60 GB of RAM, after that machine freezes.
The text was updated successfully, but these errors were encountered:
Can you give us more information: how many classes (and their indices in class files), dimension of the images
Sorry, something went wrong.
I am just following this notebook with the same image. https://github.com/fizyr/keras-maskrcnn/blob/master/examples/ResNet50MaskRCNN.ipynb
There was an inefficiency in the architecture, should be fixed by #34
Could you try that to see if it resolves your issue?
@hgaiser yup it works, thanks
No branches or pull requests
running this
outputs = model.predict_on_batch(np.expand_dims(image, axis=0)),
where model is
resnet50_coco_v0.1.0.h5
on a GPU enabled device consumes more than 60 GB of RAM, after that machine freezes.
The text was updated successfully, but these errors were encountered: