ERRNet VS GCNet

Compare ERRNet vs GCNet and see what are their differences.

ERRNet

Single Image Reflection Removal Exploiting Misaligned Training Data and Network Enhancements (CVPR 2019) (by Vandermode)

GCNet

Single Image Reflection Removal based on GAN with Gradient Constraint (GCNet) (by ryo-abiko)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ERRNet GCNet
1 1
244 21
- -
3.0 10.0
6 months ago over 4 years ago
Python Python
MIT License -
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.

ERRNet

Posts with mentions or reviews of ERRNet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-13.
  • Remove Reflections from Cars
    3 projects | /r/MLQuestions | 13 Oct 2021
    ERRNet (https://github.com/Vandermode/ERRNet) This model was trained on single image pairs with reflective images and GT images. Running some samples from our dataset provided results that were not promising. Most of the reflections were still present.

GCNet

Posts with mentions or reviews of GCNet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-13.
  • Remove Reflections from Cars
    3 projects | /r/MLQuestions | 13 Oct 2021
    GCNET(https://github.com/ryo-abiko/GCNet) This method uses a GAN to remove reflections from single images. This method provided similar results to Obstruction removal. It reduced brightness in some areas. I feel this technique is more catered to removing white light reflections from the glass. I tried passing in only the car window images to this network. The reflections in the glass were still present. A few highlighted areas had reduced brightness.

What are some alternatives?

When comparing ERRNet and GCNet you can also consider the following projects:

ObstructionRemoval - [CVPR 2020] Learning to See Through Obstructions