pranjaldatta / PyVision

Ready-to-use implementations of some of the most common computer vision algorithms
BSD 3-Clause "New" or "Revised" License
31 stars 12 forks source link

Contributing noise2noise #13

Closed sashrika15 closed 4 years ago

sashrika15 commented 4 years ago

Implementing model based on Noise2Noise: Learning Image Restoration without Clean Data

pranjaldatta commented 4 years ago

@sashrika15 please adhere to relative import schemes adopted in the yolov3 and mtcnn modules. Also, Noise2Noise goes into the pyvision/denoising/ directory

pranjaldatta commented 4 years ago

Model added with docs and test. Ref #23