yuulind commited on
Commit
2429981
·
verified ·
1 Parent(s): 57b2a44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  This is a Pix2Pix CGAN implementation for translating Synthetic Aperture Radar (SAR) images to Optical (RGB) images.
14
  For more information on code, please check [GitHub Repo](https://github.com/yuuIind/SAR2Optical)
15
 
16
- Includes checkpoints from epoch: 60, 180, 200
17
 
18
  ## Model Details
19
 
@@ -28,13 +28,15 @@ The official PyTorch implementation [GitHub Repo](https://github.com/junyanz/pyt
28
 
29
  - **Model type:** Image to Image Translation
30
 
31
- | Number | Name | Model Type | Description | Link to Model File |
32
- |--------|--------------------------|---------------|---------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
33
- | 1 | pix2pix_gen_60.pth | Generator | Pix2Pix generator with transpose convolution, 60 epochs. | [pix2pix_gen_60.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_60.pth) |
34
- | 2 | pix2pix_gen_180.pth | Generator | Pix2Pix generator with transpose convolution, 180 epochs. | [pix2pix_gen_180.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_180.pth) |
35
- | 3 | pix2pix_gen_ckpt_200.pt | Generator | Pix2Pix generator with transpose convolution, 200 epochs. | [pix2pix_gen_ckpt_200.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_ckpt_200.pt) |
36
- | 4 | pix2pix_disc_60.pth | Discriminator | Pix2Pix discriminator from epoch 60, with transpose convolution generator. | [pix2pix_disc_60.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_60.pth) |
37
- | 5 | pix2pix_disc_180.pth | Discriminator | Pix2Pix discriminator from epoch 180, with transpose convolution generator. | [pix2pix_disc_180.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_180.pth) |
 
 
38
 
39
  <!--
40
  | 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) |
 
13
  This is a Pix2Pix CGAN implementation for translating Synthetic Aperture Radar (SAR) images to Optical (RGB) images.
14
  For more information on code, please check [GitHub Repo](https://github.com/yuuIind/SAR2Optical)
15
 
16
+ Includes checkpoints from epoch: 60, 180, 330
17
 
18
  ## Model Details
19
 
 
28
 
29
  - **Model type:** Image to Image Translation
30
 
31
+ | Number | Name | Model Type | Description | Link to Model File |
32
+ |--------|-------------------------|---------------|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
33
+ | 1 | pix2pix_gen_60.pth | Generator | Pix2Pix generator with transpose convolution, 60 epochs. | [pix2pix_gen_60.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_60.pth) |
34
+ | 2 | pix2pix_gen_180.pth | Generator | Pix2Pix generator with transpose convolution, 180 epochs. | [pix2pix_gen_180.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_180.pth) |
35
+ | 3 | pix2pix_gen_330.pth | Generator | Pix2Pix generator with transpose convolution, 330 epochs. | [pix2pix_gen_330.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_330.pth) |
36
+ | 4 | pix2pix_disc_60.pth | Discriminator | Pix2Pix discriminator from epoch 60, with transpose convolution generator. | [pix2pix_disc_60.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_60.pth) |
37
+ | 5 | pix2pix_disc_180.pth | Discriminator | Pix2Pix discriminator from epoch 180, with transpose convolution generator. | [pix2pix_disc_180.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_180.pth) |
38
+ | 6 | pix2pix_disc_330.pth | Discriminator | Pix2Pix discriminator from epoch 330, with transpose convolution generator. | [pix2pix_disc_330.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_330.pth) |
39
+
40
 
41
  <!--
42
  | 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) |