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 jpg
because 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.
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
The code for replicating this experiment can be found in notebooks
folder
arXiv:1805.01934 [cs.CV]