we use Ui(l) to denote the negative of the unary energy intoduced in the previous section
since unary energy is computed as: -log(p) , where p = softmax(FCN_OUT), so the initial q_values in crfrnn_layer.py should be log(softmax(unaries)) instead of directly using unaries ? Am I right ? hoping for your response.
According to the original paper,
since unary energy is computed as: -log(p) , where p = softmax(FCN_OUT), so the initial q_values in crfrnn_layer.py should be log(softmax(unaries)) instead of directly using unaries ? Am I right ? hoping for your response.