Pretrained model on CityScapes?

Hi,
I want to run a segmentation network on CityScapes, but I don’t want to train a model, I want to use a trained model from a checkpoint (don’t care which model as long as the accuracy is good).
I noticed CityScapes was recently added to torchvision datasets, and many new models were added as well.
However there’s nothing on the docs yet… so is it possible to import a trained model on CityScapes in torchvision?