yuulind commited on
Commit
037c3c4
1 Parent(s): d94213c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -14,6 +14,8 @@ tags:
14
  - For more information on code, please check [GitHub Repo](https://github.com/yuuIind/SAR2Optical)
15
  - The demo: [yuulind/sar2rgb](https://huggingface.co/spaces/yuulind/sar2rgb)
16
  - Includes checkpoints from epoch: 180, 265, 295
 
 
17
 
18
  ## Model Details
19
 
@@ -40,6 +42,15 @@ The official PyTorch implementation [GitHub Repo](https://github.com/junyanz/pyt
40
  | 6 | pix2pix_disc_295.pth | Discriminator | Pix2Pix discriminator from epoch 295, with transpose convolution generator. | [pix2pix_disc_295.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_295.pth) |
41
 
42
 
 
 
 
 
 
 
 
 
 
43
  <!--
44
  | 4 | pix2pix_gen_nn_150.pth | Generator | Pix2Pix generator with upsampling, followed by normal convolutions, 150 epochs. | [pix2pix_gen_nn_150.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_nn_150.pth) |
45
  | 5 | pix2pix_gen_nn_300.pth | Generator | Pix2Pix generator with upsampling, followed by normal convolutions, 300 epochs. | [pix2pix_gen_nn_300.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_nn_300.pth) |
 
14
  - For more information on code, please check [GitHub Repo](https://github.com/yuuIind/SAR2Optical)
15
  - The demo: [yuulind/sar2rgb](https://huggingface.co/spaces/yuulind/sar2rgb)
16
  - Includes checkpoints from epoch: 180, 265, 295
17
+ - Example outputs
18
+ ![Example outputs](imgs/model_results.png)
19
 
20
  ## Model Details
21
 
 
42
  | 6 | pix2pix_disc_295.pth | Discriminator | Pix2Pix discriminator from epoch 295, with transpose convolution generator. | [pix2pix_disc_295.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_295.pth) |
43
 
44
 
45
+ **Loss Graphs**
46
+ - Discriminator vs Epoch
47
+ ![Discriminator](imgs/lossD.jpeg)
48
+ - Generator Overall Loss vs Epoch
49
+ ![Generator Overall Loss](imgs/lossG.jpeg)
50
+ - Generator GAN Loss vs Epoch
51
+ ![Generator GAN Loss](imgs/lossG_GAN.jpeg)
52
+ - Generator L1 Loss vs Epoch
53
+ ![Generator L1 Loss](imgs/lossG_L1.jpeg)
54
  <!--
55
  | 4 | pix2pix_gen_nn_150.pth | Generator | Pix2Pix generator with upsampling, followed by normal convolutions, 150 epochs. | [pix2pix_gen_nn_150.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_nn_150.pth) |
56
  | 5 | pix2pix_gen_nn_300.pth | Generator | Pix2Pix generator with upsampling, followed by normal convolutions, 300 epochs. | [pix2pix_gen_nn_300.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_nn_300.pth) |