Git Product home page Git Product logo

b2u_sber_implemetation's Introduction

That is implementation of Blind2Unblind: Self-Supervised Image Denoising with Visible Blind Spots for SBER Robotics Lab

article: Blind2Unblind

Citing Blind2Unblind

@InProceedings{Wang_2022_CVPR,
    author    = {Wang, Zejin and Liu, Jiazheng and Li, Guoqing and Han, Hua},
    title     = {Blind2Unblind: Self-Supervised Image Denoising With Visible Blind Spots},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2022},
    pages     = {2027-2036}
}

The original code is placed here: github

Installation

The model is built in Python3.8.5, PyTorch 1.7.1 in Ubuntu 22.04 environment.

Data Preparation

1. Prepare Training Dataset

Please put your training dataset under the path: ./b2u_sber_implemetation/data/train.

2. Prepare Validation Dataset

​ Please put your validation dataset under the path: ./b2u_sber_implemetation/data/test.

Pretrained Models

You can find pre-trained models here: ./b2u_sber_implemetation/pretrained_models

Models were trained on datasets G-209, Crystal_focus_0_dose_180, G-146

# # For more noisy datasets processing use model firstly trained on G-209
./pretrained_models/b2u_first.pth
# Than use model secondly trained on G-209 denoised by first model
./pretrained_models/b2u_second.pth


# # For less noisy images use model trained on Crystal_focus_0_dose_180
./pretrained_models/b2u_crystal_first.pth

Train

  • For training your own model please use SBER_train

Test

Please put your test data in the folder: ./b2u_sber_implemetation/test

In this jupyter notebook you can set:

  • your image proportions,
  • crop propotions
  • margin value for cropping and concating without visible joints

b2u_sber_implemetation's People

Contributors

sadevans avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.