Mask_RCNN_tf_2.x VS DeepCreamPy-archived

Compare Mask_RCNN_tf_2.x vs DeepCreamPy-archived and see what are their differences.

Mask_RCNN_tf_2.x

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

DeepCreamPy-archived

Archived version of DeepCreamPy. (by mao-shonen)
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 DeepCreamPy-archived
1 1
48 46
- -
10.0 10.0
over 2 years ago almost 3 years ago
Python Python
GNU General Public License v3.0 or later GNU Affero General Public License v3.0
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:

DeepCreamPy-archived

Posts with mentions or reviews of DeepCreamPy-archived. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-20.

What are some alternatives?

When comparing Mask_RCNN_tf_2.x and DeepCreamPy-archived you can also consider the following projects:

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

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

Mask_RCNN - Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow

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

mmocr - OpenMMLab Text Detection, Recognition and Understanding Toolbox