From 9a6cc139e2fb4f43a5be5b830e016e391fbdc18d Mon Sep 17 00:00:00 2001 From: Sauradip Nag Date: Tue, 3 Dec 2019 17:56:00 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa6b4ed..0ba39d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# What's There in the Dark, ICIP19 +# What's There in the Dark, ICIP19 ( ICIP "Spotlight Paper" ) This is the official github repository for the paper "What's There in The Dark" accepted in IEEE International Conference in Image Processing 2019 (ICIP19) , Taipei, Taiwan. [ [Paper](https://ieeexplore.ieee.org/abstract/document/8803299/authors#authors) ] @@ -13,9 +13,8 @@ of 7125 unlabelled day and night images; additionally, it has 75 night images wi Since we are submitting in journal, we currently cannot make the code public, however, we are making the data preparation code public. Infact we are the first one to make the model for day to night image conversion public. However, we have made the multi-scale architecture code public. Interested users can download adaptsegnet and deeplabv3+ and plug this code in as the last module and train. -

- -

+ + ### Day to Night Conversion using CycleGANS ( [CycleGANS](https://github.com/junyanz/CycleGAN) )