TuSimple / TuSimple-DUC

Understanding Convolution for Semantic Segmentation
https://arxiv.org/abs/1702.08502
Apache License 2.0
610 stars 118 forks source link

crf #37

Closed zebinc0409 closed 5 years ago

zebinc0409 commented 6 years ago

hello,in the paper you have mentioned crf as a post processing procedure,but i couldnt found it on the project,can you provide it

wpqmanu commented 5 years ago

Hello, we replaced CRF with multiscale testing in the released code as they have similar performance. If you are interested in using CRF, you can refer to this repo: https://github.com/lucasb-eyer/pydensecrf . We applied their code in our CRF experiments.