Skip to content

This was the implementation of the paper Learning to see in the dark and this was a fun project by our team mates.

License

Notifications You must be signed in to change notification settings

ashikshafi08/learning_to_see_in_the_dark_Fastai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning to see in the dark with Fastai

This was a project by me and my teammates where we decided to use Fastai and implemented the paper learning to see in the dark. Rather using the RAW image format we converted it to jpgbecause of two things:

  • We didnt had much computing power (only Google Colab)
  • And we didn't have the storage to store the dataset.

The model we built with jpg didn't produce the paper's actual results, but we are still working on fixing the pixel issues related to the predicted image. Special thanks to the authors of the paper, team of fastai and Zach Mueller for walk with fastai. This dataset is converted to jpg images and then trained using Unet with the backbone of resnet34 architecture.

The app is live on streamlit

Run

To run this app on a local streamlit app:

 pip install -r requirements.txt
 streamlit run init.py

We've deployed the app on streamlit which is trained on learning to see in dark paper with resnet 34 as architecture.

 Currently this project is under development will take quite more time to get it to bring us good results 

Code

The code for replicating this experiment can be found in notebooks folder

Dataset used

Original paper link

arXiv:1805.01934 [cs.CV]

Team Mates

About

This was the implementation of the paper Learning to see in the dark and this was a fun project by our team mates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published