Views
No views yet
oxford-pets and cityscapes.
Each repository contains the models trained on those datasets respectively.oxford-pets contains two models for the dataset, the image classifier and image masker.
The ensemble model of these two is roughly a single-object segmentation model.
These were trained from random weights, and gave decent results.cityscapes contains a single model for making instance segmentation predictions on the CityScapes images.
The model was fine-tuned from the torchvision Mask R-CNN w/ ResNet50 backbone.