Skip to content

Commit

Permalink
Final cleanup and README
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiensoucasse committed Jan 10, 2023
1 parent 0b5dc37 commit 95c6276
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AMIP Project

**Members** Iantsa Provost, Lilian Rebiere, Bastien Soucasse, and Alexey Zhukov.
**Members** Iantsa Provost, Lilian Rebiere-Pouyade, Bastien Soucasse, and Alexey Zhukov.

**Paper** [Perceptual Losses for Real-Time Style Transfer and Super-Resolution](https://arxiv.org/abs/1603.08155).

Expand Down Expand Up @@ -31,6 +31,4 @@ The actual implementation sources are in the `src` subfolder.
- `train.py` is the training script implementation file.
- `utils.py` is an utilitary file.

The `models` subfolder contains the saved models after training (used for testing).

[PyTorch](https://pytorch.org) was used for the implementation.
[PyTorch](https://pytorch.org) was used for the implementation. The `data` subfolder will contain the image data used for training, i.e., our custom dataset. The `models` subfolder will store the saved models after training (used for testing).
Binary file removed src/models/sr_x4_pF_e2.pth
Binary file not shown.
Binary file removed src/models/sr_x4_pT_e2.pth
Binary file not shown.
Binary file removed src/models/sr_x8_pF_e2.pth
Binary file not shown.
Binary file removed src/models/sr_x8_pT_e2.pth
Binary file not shown.

0 comments on commit 95c6276

Please sign in to comment.