Skip to content

Commit

Permalink
Merge pull request #2 from Kshitiz23/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
KshitizMalhotra authored Jan 12, 2020
2 parents 261a1cd + 7f168d7 commit be9cd22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## CIS 5543 Computer Vision project (in-progress)

Team Members: Muhsin Fatih & Kshitiz Malhotra

Credits:
We use SRGan code from this paper: https://arxiv.org/abs/1609.04802
Original code for SRGan: https://github.com/tensorlayer/srgan
Expand Down Expand Up @@ -46,4 +49,4 @@ python3 train.py --inputsize 48 --exp input48 --mode evaluate
python3 train.py --inputsize 64 --exp input64 --mode evaluate
python3 train.py --inputsize 96 --exp input96 --mode evaluate
```
This will feed an image we picked from aerial dataset to each of the networks and save the generated image along with the input image in each of the experiment directories
This will feed an image we picked from aerial dataset to each of the networks and save the generated image along with the input image in each of the experiment directories

0 comments on commit be9cd22

Please sign in to comment.