Mask_RCNN_tf_2.x VS Mask_RCNN

Compare Mask_RCNN_tf_2.x vs Mask_RCNN and see what are their differences.

Mask_RCNN_tf_2.x

It is modified tensorflow 2.x version of mask-rcnn. (by BupyeongHealer)

Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow (by matterport)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Mask_RCNN_tf_2.x Mask_RCNN
1 28
48 24,169
- 0.4%
10.0 0.0
over 2 years ago 3 days ago
Python Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Mask_RCNN_tf_2.x

Posts with mentions or reviews of Mask_RCNN_tf_2.x. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-20.
  • DeepCreamPy & Hent-AI Guide: Installation and anime censorship removal (Version 2)
    4 projects | /r/AnimeResearch | 20 Oct 2022
    Thus, if we want to use RTX 3000 series and later, we need to find a MRCNN that is Tensorflow 2.X compatible. Instead of updating the code myself, I looked through GitHub to see if anyone else had done this already. After some searching, I found a MRCNN package by BupyeongHealer that is compatible with Tensorflow 2.X versions. I implemented this package in Hent-AI by replacing the “mrcnn” folder (which has Matterport’s MRCNN) with the “mrcnn” folder from BupyeongHealer. Running Hent-AI at this point led to errors if trying to run Tensorflow 2.5 or newer due to the Layers class in Keras being moved from the Engine to the Layers module from Tensorflow 2.4 to 2.5, and Keras being moved from standalone to being part of the Tensorflow package itself. These errors were all eliminated by making the following modifications to “model.py” in the “mrcnn” folder:

Mask_RCNN

Posts with mentions or reviews of Mask_RCNN. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-21.

What are some alternatives?

When comparing Mask_RCNN_tf_2.x and Mask_RCNN you can also consider the following projects:

CenDetect - A repository to detect degradation in images and masking such areas.

Swin-Transformer-Object-Detection - This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" on Object Detection and Instance Segmentation.

DeepCreamPy-archived - Archived version of DeepCreamPy.

yolact - A simple, fully convolutional model for real-time instance segmentation.

Object_Detection_Tracking - Out-of-the-box code and models for CMU's object detection and tracking system for multi-camera surveillance videos. Speed optimized Faster-RCNN model. Tensorflow based. Also supports EfficientDet. WACVW'20

mmdetection - OpenMMLab Detection Toolbox and Benchmark

Mask-RCNN-TF2 - Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow 2.0

mmsegmentation - OpenMMLab Semantic Segmentation Toolbox and Benchmark.

mmocr - OpenMMLab Text Detection, Recognition and Understanding Toolbox

Mask-RCNN-training-with-docker-containers-on-Sagemaker

Mask-RCNN-Implementation - Mask RCNN Implementation on Custom Data(Labelme)

yolact - Tensorflow 2.x implementation YOLACT