tf-densecrf icon indicating copy to clipboard operation
tf-densecrf copied to clipboard

DenseCRF in TensorFlow

Results 4 tf-densecrf issues
Sort by recently updated
recently updated
newest added

I tried to feed a trainable feature map into the proposed operator, and compute the probability as output. Then I also defined a loss on the probability, and used an...

I notice the example has only one image, so I am wondering whether there is a batch version of the code.

Hello When I try to execute the python code from the file "op_test_vs_pydensecrf" I receive an error because an argument in not set in the call of the method: ```...

Hi, when I make the op, an error reported: `/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated...