ConvCRF icon indicating copy to clipboard operation
ConvCRF copied to clipboard

About training in deep network.

Open wangq95 opened this issue 4 years ago • 0 comments

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.

wangq95 avatar Mar 19 '20 06:03 wangq95