Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow (by matterport)

Mask_RCNN Alternatives

Similar projects and alternatives to Mask_RCNN

  1. bypass-paywalls-chrome

    Discontinued Bypass Paywalls web browser extension for Chrome and Firefox. [UnavailableForLegalReasons - Repository access blocked]

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. Pytorch

    388 Mask_RCNN VS Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

  4. core

    357 Mask_RCNN VS core

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)

  5. cli

    GitHub’s official command line tool

  6. FreeCAD

    This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.

  7. Moby

    237 Mask_RCNN VS Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

  8. OpenCV

    Open Source Computer Vision Library

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. croc

    Easily and securely send things from one computer to another :crocodile: :package:

  11. DeepFaceLab

    Discontinued DeepFaceLab is the leading software for creating deepfakes.

  12. scikit-learn

    scikit-learn: machine learning in Python

  13. Keras

    86 Mask_RCNN VS Keras

    Deep Learning for humans

  14. Google Test

    GoogleTest - Google Testing and Mocking Framework

  15. onnx

    45 Mask_RCNN VS onnx

    Open standard for machine learning interoperability

  16. openpose

    OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation

  17. Kingfisher

    A lightweight, pure-Swift library for downloading and caching images from the web.

  18. yolact

    4 Mask_RCNN VS yolact

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

  19. pytorch-CycleGAN-and-pix2pix

    Image-to-Image Translation in PyTorch

  20. PaddlePaddle

    PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

  21. mmdetection

    23 Mask_RCNN VS mmdetection

    OpenMMLab Detection Toolbox and Benchmark

  22. kb

    8 Mask_RCNN VS kb

    A minimalist command line knowledge base manager

  23. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Mask_RCNN alternative or higher similarity.

Mask_RCNN discussion

Log in or Post with

Mask_RCNN reviews and mentions

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 2024-09-26.
  • Octopuses seen hunting together with fish, punching those that don't cooperate
    2 projects | news.ycombinator.com | 26 Sep 2024
    The study: https://www.nature.com/articles/s41559-024-02525-2

    Sampaio et al., Multidimensional social influence drives leadership and composition-dependent success in octopus–fish hunting groups

    I was curious about the the 3D reconstruction of the scenes.

    > We manually tracked individuals in the videos using the software Computer Vision Annotation Tool. We annotated three frames per second, which yielded a time resolution of 0.33 s for animal movement.

    > We then used another software developed to incorporate the previously tracked animals in each camera in the ‘colmap’ habitat models and camera paths, ‘multiviewtracks’ or ‘mvt’ [29]

    > [29] Francisco, F. A., Nührenberg, P. & Jordan, A. High-resolution, non-invasive animal tracking and reconstruction of local environment in aquatic ecosystems

    Seems it was specifically developed to track fish. Cool project.

    Links to https://github.com/matterport/Mask_RCNN and https://github.com/pnuehrenberg/multiviewtracks.

  • Intuituvely Understanding Harris Corner Detector
    1 project | news.ycombinator.com | 11 Sep 2023
    The most widely used algorithms for classical feature detection today are "whatever opencv implements"

    In terms of tech that's advancing at the moment? https://co-tracker.github.io/ if you want to track individual points, https://github.com/matterport/Mask_RCNN and its descendents if you want to detect, say, the cover of a book.

  • Analyze defects and errors in the created images
    4 projects | /r/StableDiffusionInfo | 21 Jun 2023
    Mask R-CNN
  • List of AI-Models
    14 projects | /r/GPT_do_dah | 16 May 2023
    Click to Learn more...
  • Thought Dump About Recent AI Advancements And Palantir
    2 projects | /r/PLTR | 29 Mar 2023
    - Mask RCNN https://github.com/matterport/Mask_RCNN (open source, so also not Palantir's)
  • Why are python dependencies so broken?
    2 projects | /r/Python | 22 Dec 2022
    pip install git+https://github.com/matterport/Mask_RCNN
  • DeepCreamPy & Hent-AI Guide: Installation and anime censorship removal (Version 2)
    4 projects | /r/AnimeResearch | 20 Oct 2022
    It is important to realize that to do its masking procedures, Hent-AI uses the Mask RCNN (MRCNN) package from Matterport. The problem with this version of MRCNN is that it is not compatible with Tensorflow 2.X versions, essentially limiting Hent-AI compatibility to strict Tensorflow 1.X versions. Since Tensorflow 1.15 is the last of the Tensorflow 1.X versions and uses CUDA 10.0, which supports a maximum compute capability of 7.5, this means that the last NVIDIA GPU series that is compatible with the original Hent-AI implementation is the RTX 2000 series. This is, of course, not optimal since it means that RTX 3000 series and later GPUs cannot be used despite their significant computing power and high VRAM.
  • [P] Mask R-CNN (matterport) does not generate masks or just generates them randomly
    2 projects | /r/MachineLearning | 8 Aug 2022
    I read that it could bethe problem with scipy version (https://github.com/matterport/Mask_RCNN/issues/2122) so I downgraded it, I also tried to modify shift = np.array([0, 0, 1., 1.]) in utils.py but nothing helped.
  • Mask RCNN importing error
    1 project | /r/learnpython | 16 Jul 2022
    I am assuming you did a pip install of this github repository, or did you run pip install mrcnn. The mrcnn package on pypi is just an example package and doesn't have any useful functionality. In addition, where did you get the code from that you are trying to run, from someone else or did you write it yourself? Reason I am asking is because the import error is to be expected since there indeed is no InferenceConfig class defined in mrcnn.visualize.
  • Maskrcnn - Mask r-cnn for object detection and segmentation
    1 project | /r/github_trends | 18 May 2022
  • A note from our sponsor - InfluxDB
    influxdata.com | 27 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic Mask_RCNN repo stats
29
25,093
0.0
11 months ago

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?