SimpleCRF icon indicating copy to clipboard operation
SimpleCRF copied to clipboard

matlab and python wrap of crf and dense crf, both 2d and 3d are supported

Results 6 SimpleCRF issues
Sort by recently updated
recently updated
newest added

Hi there, Thank you for your code. I've tried denseCRF for multi-class segmentation problem but I just found that this method will output class labels directly. Just wondering if it's...

As discussed in this issue #7 there was a need for binaries to more easily install SimpleCRF on different platforms. This was especially relevant for Windows which required VS and...

This is probably more of a feature request than a bug. Whenever I wish to install this solution on Windows it requires that I have VS build tools installed as...

The maxflow implementation is based on v3.0 of Yuri Boykov's code (see https://pub.ist.ac.at/~vnk/software.html)) The dependency is under: https://github.com/HiLab-git/SimpleCRF/tree/master/dependency/maxflow-v3.0 SimpleCRF is released under a permissive license which is incompatible with GPL...

Hi taigw, I am trying to run dense_crf3d on single modality (only T1c). At first I used: ```dense_crf_param['BilateralModsStds'] = (3.0)``` but that didnt work. So I used ``` dense_crf_param['BilateralModsStds'] =...

![1628843745(1)](https://user-images.githubusercontent.com/37214771/129329225-db2b82a8-305d-4504-87ed-319b244408ac.png) 请问是不支持windows环境吗?