All Projects → thesby → CRFasRNN-merge

thesby / CRFasRNN-merge

Licence: other
This is a repository forked from the latest official caffe-master on Jun 23, 2016. And I merged the latest code of CRFasRNN with it. I have simply tested the code, and it worked right. But there is no guarantee for the merge.

Programming Languages

Jupyter Notebook
11667 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Cuda
1817 projects
CMake
9771 projects
Protocol Buffer
295 projects

CRFasRNN-merge

This is a repository forked from the latest official caffe-master on Jun 23, 2016. And I merged the latest code of CRFasRNN with it. I have simply tested the code, and it worked right. But there is no guarantee for the merge.

If you want to use it, you just need to do as the offical directions. And I really hope that you can add a link to this repository when anything is changed based on it.

#What I have done ?

  • add a head file in include/caffe crfasrnn to take place of all the old "#include<>".
  • copy the meanfield_iteration.cpp, and remove the old "#include<>". The same operation was done on multi_stage_meanfield.cpp.
  • modified_permutohedral.(hpp,cpp) are added.
  • modified the caffe.proto so that MultiStageMeanfield became available.

How to merge it with other version caffe ?

If you want to do that, you just need to copy the above related files to the correct directories.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].