https://github.com/rusen/CHOP

sort by:
Revision Author Date Message Commit Date
efe308b Merge branch 'master' of https://github.com/rusen/CHOP 09 November 2014, 11:57:39 UTC
1dcbef5 Fixed 2 bugs. 1) If the dataset contains images with the same name (they may be in different folders), the algorithm deletes one and copies the other to its location,causing training to be performed with multiple copies of the same image. 2) If one class name is substring of another (e.g. class 1: '0', class 2 '10'), ids are saved wrong. Fixed both. Various improvements on their way, please stay tuned. 09 November 2014, 11:55:31 UTC
10f0f35 Updating the cite info in readme. 27 September 2014, 22:01:08 UTC
2860834 Parameter set changed to accommodate big datasets. For runs on toy data, please refer to the parameter file (parameters/SetParametersCommon.m). 25 September 2014, 17:49:06 UTC
c9b9c87 Added checks throughout the algorithm so that it does not crash. In addition, duplicate node removal modified so that the training image parsing/test image parsing is consistent when given the same set of images. 25 September 2014, 17:45:58 UTC
9a25e51 Part evaluation function in runSubdue.m has been put into a separate file called 'graphTools/getSubScore.m'. DL calculation now takes only non-overlapping instances into account, which results in a better evaluation based on MDL && Kolmogorov complexity when compared to the previous version. A parameter added in SetParametersCommon.m named 'overlap', determines whether overlapping instances should be taken into account in score calculation (evaluation) of a part. Duplicate nodes from vocabLevel are removed before costly inhibition step, thus resulting in a faster algorithm. 25 September 2014, 00:25:54 UTC
c598f4f Better MDL calculation in SUBDUE by taking a part's own description size into account. 17 September 2014, 11:47:07 UTC
8f25643 MDL calculation in SUBDUE now takes a realization's own edges into account. 10 September 2014, 23:33:14 UTC
ff0f66f Updating readme. 10 September 2014, 22:31:22 UTC
ff4cc13 Adding filters/ folder. 09 September 2014, 10:25:03 UTC
8a593de Filters/gabor folder removal. 09 September 2014, 10:19:34 UTC
8ae80d3 Initial commit for CHOP. 09 September 2014, 10:03:39 UTC
3f41ff3 Initial push for CHOP-ECCV. 09 September 2014, 09:55:58 UTC
45f18ae Initial commit 02 July 2014, 11:36:51 UTC
back to top