sacmehta / ESPNet

ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation
https://sacmehta.github.io/ESPNet/
MIT License
541 stars 112 forks source link

PSPNet conversion #24

Closed iliadsouti closed 5 years ago

iliadsouti commented 5 years ago

Hi,

Can you share your PSPNet conversion code (pretrained model)? It seems the pytorch model has lower performance than the caffe model.

sacmehta commented 5 years ago

Please check the correct repository. This repository is for ESPNet and not PSPNet

iliadsouti commented 5 years ago

From the paper "All networks (FCN-8s, SegNet, SQNet, ENet, DeepLabv2, PSPNet, and ERFNet were without conditional random field and converted to PyTorch for a fair comparison ". Since PSPNet is in caffe, I'm wondering can you provide the Pytorch converted model that you used for comparison.