TuSimple / TuSimple-DUC

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

How to apply CRFs? #18

Closed reborm closed 6 years ago

reborm commented 6 years ago

Hi, I feel confused to CRFs. I'm sorry that i can't find the way you apply the CRFs to your ResNet-DUC. Could you please tell me how to do it? Thank you very much!!!!

wpqmanu commented 6 years ago

We did not apply CRFs in the current release. Instead we applied multi-scale testing. To try CRF, you can refer to the pydensecrf repo

reborm commented 6 years ago

The link you sent is very helpful ! Thank you very much