pytorch-crfasrnn
pytorch-crfasrnn copied to clipboard
Thanks for your repo!!! I am applying your crfasrnn with deeplab-v2 for outdoor scene segmentation and compare it the post-processing CRF. Accoring to the introduction of the original auto (Suai...
Thanks for your repo! I tried to put this CRFasRNN module in a ResNet based segmentation network but the loss did not decrease. Could you please give any suggestion on...
an error occured when i compiled the gpu version of permutohedral_filtering. the error is ''error: command '/usr/local/cuda-9.0/bin/nvcc' failed with exit status 1'' my cuda version is 9.0.176, pytorch version is...
Can you implement a little example to show the usage of the network
The Implementation needs shared memorry. Every time you change the number of channels it needs to recompile. To stop this, global memory could be used.