Skip to content

Commit

Permalink
Add requirements and modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
frandorr committed Feb 2, 2020
1 parent ae248a6 commit 40f4a33
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PROBA-V-3DWDSR
Easy and fast method that achieves first place (0.94625) in Post Mortem Proba-V Super Resolution competition.
Easy and fast method that achieved on 02-02-2020 first place with a score of 0.94625 in Post Mortem Proba-V Super Resolution competition.

# Requirements
```python
tensorflow=2,
tensorflow=2.0.1
tensorflow-addons=0.5.2
scikit-image=0.15,
numpy,
scikit-image=0.15
numpy
matplotlib
tqdm
```
Expand All @@ -17,6 +17,10 @@ tqdm
python dataset/dataset_to_pickle.py --base-dir probav_data \
--out-dir dataset \
--band NIR

python dataset/preprocessing.py --pickles-dir <pickle-dataset> \
--band NIR \
--output <patches-output>
```

## Training
Expand Down
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
click
tensorflow-gpu==2.0.1
tensorflow-addons==0.5
tensorflow=2.0.1
tensorflow-addons=0.5.2
scikit-image=0.15
numpy
scikit-image
matplotlib
matplotlib
tqdm

0 comments on commit 40f4a33

Please sign in to comment.