ObstructionRemoval VS ERRNet

Compare ObstructionRemoval vs ERRNet and see what are their differences.

ObstructionRemoval

[CVPR 2020] Learning to See Through Obstructions (by alex04072000)

ERRNet

Single Image Reflection Removal Exploiting Misaligned Training Data and Network Enhancements (CVPR 2019) (by Vandermode)
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
ObstructionRemoval ERRNet
1 1
994 244
- -
0.0 3.0
over 2 years ago 6 months 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.

ObstructionRemoval

Posts with mentions or reviews of ObstructionRemoval. 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
    Obstruction Removal (https://github.com/alex04072000/ObstructionRemoval)This method takes multiple frames into account and tries to separate the reflection layer from the foreground layer. Running these on car images I found the results disappointing. The reflections were not removed. The only change I saw was a reduction in white balance. There was a certain reduction of brightness in some areas, but for the problem we face, this method does not help at all. Also this method requires multiple frames.

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.

What are some alternatives?

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

GCNet - Single Image Reflection Removal based on GAN with Gradient Constraint (GCNet)