Skip to content

Commit

Permalink
Python files, Jupyter Notebooks and weights added.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitLamba94 authored Sep 10, 2020
1 parent 94d91b4 commit 58b62ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Watch the below video for results and overview of LLPackNet.
# How to use the code?
The ```train.py``` and ```test.py``` files were used for training and testing. Relevant comments have been added to these files for better understanding. You however need to download the [SID dataset](https://github.com/cchen156/Learning-to-See-in-the-Dark) in your PC to execute them.

The Jupyter Notebooks containing test code for the ablation studies can be also found in the ```ablation``` folder.
The Jupyter Notebooks containing test code for the ablation studies can be also found in the ```ablations``` folder.

We used PyTorch version 1.3.1 with Python 3.7 to conduct the experiment. Along with the commonly used Python libraries such Numpy and Skimage, do install the [Rawpy](https://pypi.org/project/rawpy/) library required to read RAW images.

Expand Down

0 comments on commit 58b62ec

Please sign in to comment.