MarvinTeichmann / ConvCRF

This repository contains the reference implementation for our proposed Convolutional CRFs.
MIT License
564 stars 133 forks source link

About training in deep network. #26

Open wangq95 opened 4 years ago

wangq95 commented 4 years ago

Hi, @MarvinTeichmann Thanks for your work, I have two questions about the ConvCRF. 1) I run demo.py and got a perfect result, but how the weights of Gaussian Kernels been updated? 2) I put the ConvCRF as a module into a deep network, and train the whole network by BP for semantic segmentation, No error but the loss is so unstable and the mIoU is too low. How should I choose the training protocol?

Thanks a lot.