warmspringwinds / pytorch-segmentation-detection

Image Segmentation and Object Detection in Pytorch
MIT License
743 stars 170 forks source link

CRF implementation #12

Open j-min opened 6 years ago

j-min commented 6 years ago

Hi! Thank you for sharing your code :) Where can I find CRF implementation in this repo? I couldn't find any result when searching with 'crf' keyword in this repo.

warmspringwinds commented 6 years ago

Hi @j-min

I can add it later but as it was mentioned in the paper by Chen et al. they didn't notice an improvement when using networks with output stride of 8 with CRF post-processing.