Yumeng commited on
Commit
28d213c
1 Parent(s): 7c988da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,7 +25,7 @@ For usage instructions, please refer to our <a href="https://github.com/boschres
25
  [ade20k_step9.ckpt](ade20k_step9.ckpt) and [cityscapes_step9.ckpt](cityscapes_step9.ckpt) are pretrained diffusion model weights for inference.
26
 
27
  [encoder_epoch_50.pth](encoder_epoch_50.pth), [decoder_epoch_50_20cls.pth](decoder_epoch_50_20cls.pth) and [decoder_epoch_50_151cls.pth](decoder_epoch_50_151cls.pth)
28
- are segmentation models used for disciminator intialization in training,
29
- which are adopted from pretrained weights from [here](https://github.com/CSAILVision/semantic-segmentation-pytorch).
30
 
31
 
 
25
  [ade20k_step9.ckpt](ade20k_step9.ckpt) and [cityscapes_step9.ckpt](cityscapes_step9.ckpt) are pretrained diffusion model weights for inference.
26
 
27
  [encoder_epoch_50.pth](encoder_epoch_50.pth), [decoder_epoch_50_20cls.pth](decoder_epoch_50_20cls.pth) and [decoder_epoch_50_151cls.pth](decoder_epoch_50_151cls.pth)
28
+ are segmentation models used for discriminator intialization in training,
29
+ which are adopted from pretrained UperNet101 [here](https://github.com/CSAILVision/semantic-segmentation-pytorch).
30
 
31