Mask-RCNN_TF2.14.0 and Mask-RCNN-TF2.7.0-keras2.7.0
These are ecosystem siblings—both are independent implementations of the same Mask R-CNN architecture adapted for face-mask detection, differing only in their TensorFlow/Keras version targets (2.14.0 vs 2.7.0) to support different Python environments.
About Mask-RCNN_TF2.14.0
z-mahmud22/Mask-RCNN_TF2.14.0
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow 2.14.0 and Python 3.10.
This project helps computer vision practitioners analyze images by automatically identifying and outlining every distinct object within them. You input an image, and it outputs both a bounding box around each detected object and a precise mask (segmentation) for each instance. This is useful for researchers, data scientists, and engineers working on detailed image analysis tasks.
About Mask-RCNN-TF2.7.0-keras2.7.0
Kamlesh364/Mask-RCNN-TF2.7.0-keras2.7.0
Mask R-CNN for object detection and instance segmentation on Keras==2.7.0 and TensorFlow==2.7.0
This project helps developers integrate Mask R-CNN into their computer vision applications, specifically for object detection and instance segmentation. It takes an image as input and outputs the image with bounding boxes, segmentation masks, class labels, and confidence scores for each detected object. It is intended for machine learning engineers or computer vision developers who need to implement advanced object recognition in their systems.
Scores updated daily from GitHub, PyPI, and npm data. How scores work