Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
-
Updated
Sep 22, 2021 - Python
Currently, it seems impossible to just get a list of bounding boxes from the predictions.
img = np.array(Image.open("..."))
infer_ds = Dataset.from_images([img], valid_tfms, class_map=dm.parser.class_map)
preds = model_type.predict(model, infer_ds, keep_images=True)
# I just want the bounding boxes preds is a list of Prediction and the codebase is not easy to navi
Add a description, image, and links to the mask-rcnn topic page so that developers can more easily learn about it.
To associate your repository with the mask-rcnn topic, visit your repo's landing page and select "manage topics."
Dear all,
I hope to find you well. The current codebase is totally closed and it is impossible to retrieve all the metrics computed. Allow all metrics to be returned inside
dataset.evaluate. For instance, currently, we cannot get themapper class that is printed inside [eval_map](https://github.com/open-mmlab/mmdetection/blob/414c62cb12d1b0ebf6151a697a32b84adc269ca4/mmdet/core/evaluati