Nenhuma descrição

Johannes Ruehle abb7dfbd64 added .gitignore 11 anos atrás
algebra acb47ec1be fixes to novelty semseg 11 anos atrás
configs 72d211d8f0 init 12 anos atrás
doxy 72d211d8f0 init 12 anos atrás
kernels 72d211d8f0 init 12 anos atrás
matlab c36326ec41 minor correction for less default output 11 anos atrás
parameterizedFunctions 7fc06c0490 removed compiler warnings 11 anos atrás
progs 7fc06c0490 removed compiler warnings 11 anos atrás
tests ec19bcf42c less default file IO in test units 11 anos atrás
tutorial 72d211d8f0 init 12 anos atrás
.gitignore abb7dfbd64 added .gitignore 11 anos atrás
CMakeLists.txt 1c80728aa3 add CMake build system 11 anos atrás
FMKGPHyperparameterOptimization.cpp 146cda50d2 GPHIKRegression - test cases for adding multiple examples, minor bug fix 11 anos atrás
FMKGPHyperparameterOptimization.h f1883f8192 GPHIK Regression implemented and tested, incremental updates still open 11 anos atrás
FastMinKernel.cpp 4158390858 removed merging issue with previous official release 11 anos atrás
FastMinKernel.h afb7a2c6a0 GPHIK IL - more test units, running IL on empty classifier is now possible, updated addMultipleExamples 11 anos atrás
FeatureMatrixT.h afb7a2c6a0 GPHIK IL - more test units, running IL on empty classifier is now possible, updated addMultipleExamples 11 anos atrás
FeatureMatrixT.tcc afb7a2c6a0 GPHIK IL - more test units, running IL on empty classifier is now possible, updated addMultipleExamples 11 anos atrás
GMHIKernel.cpp e26c33948b OnlineLearnable added, GPHIK ready for IL with 1 example update, everything nice and clean 11 anos atrás
GMHIKernel.h e26c33948b OnlineLearnable added, GPHIK ready for IL with 1 example update, everything nice and clean 11 anos atrás
GPHIKClassifier.cpp c36326ec41 minor correction for less default output 11 anos atrás
GPHIKClassifier.h d755cd9501 better doxygen docu for main classes 11 anos atrás
GPHIKRegression.cpp 8142c3e762 fixed minor bug for IL in regression setting 11 anos atrás
GPHIKRegression.h f1883f8192 GPHIK Regression implemented and tested, incremental updates still open 11 anos atrás
GPLikelihoodApprox.cpp b0539f5af2 fixed bug for using prev alphas in IL settings, better code consistency, clean-up, more testing 11 anos atrás
GPLikelihoodApprox.h e26c33948b OnlineLearnable added, GPHIK ready for IL with 1 example update, everything nice and clean 11 anos atrás
IKMLinearCombination.cpp 7fc06c0490 removed compiler warnings 11 anos atrás
IKMLinearCombination.h e26c33948b OnlineLearnable added, GPHIK ready for IL with 1 example update, everything nice and clean 11 anos atrás
IKMNoise.cpp e26c33948b OnlineLearnable added, GPHIK ready for IL with 1 example update, everything nice and clean 11 anos atrás
IKMNoise.h e26c33948b OnlineLearnable added, GPHIK ready for IL with 1 example update, everything nice and clean 11 anos atrás
ImplicitKernelMatrix.cpp 72d211d8f0 init 12 anos atrás
ImplicitKernelMatrix.h e26c33948b OnlineLearnable added, GPHIK ready for IL with 1 example update, everything nice and clean 11 anos atrás
License 72d211d8f0 init 12 anos atrás
Makefile 72d211d8f0 init 12 anos atrás
Makefile.inc 72d211d8f0 init 12 anos atrás
OnlineLearnable.h d755cd9501 better doxygen docu for main classes 11 anos atrás
Quantization.cpp 72d211d8f0 init 12 anos atrás
Quantization.h 72d211d8f0 init 12 anos atrás
README 72d211d8f0 init 12 anos atrás
SortedVectorSparse.h b7eb0a2202 Persisent in new layout for main classes of gp-hik-core implemented 11 anos atrás
VectorSorter.cpp 72d211d8f0 init 12 anos atrás
VectorSorter.h 72d211d8f0 init 12 anos atrás
corefiles.cmake 0339a699b6 merge commit 11 anos atrás
doxyfile_gp_hik.txt 72d211d8f0 init 12 anos atrás
libdepend.inc 72d211d8f0 init 12 anos atrás
progfiles.cmake 0339a699b6 merge commit 11 anos atrás
testfiles.cmake 44886ecf87 update to cmake unit test file listing 11 anos atrás
tools.h 72d211d8f0 init 12 anos atrás

README

This code requires the NICE-core library (available on github) and implements the ideas presented in the following papers:

Alexander Freytag and Erik Rodner and Paul Bodesheim and Joachim Denzler
"Rapid Uncertainty Computation with Gaussian Processes and Histogram Intersection Kernels"
Asian Conference on Computer Vision (ACCV). 2012.

Erik Rodner and Alexander Freytag and Paul Bodesheim and Joachim Denzler
"Large-Scale Gaussian Process Classification with Flexible Adaptive Histogram Kernels"
European Conference on Computer Vision (ECCV). 2012. pages 85--98

If you use this software in your research, you have to cite at least one of the two papers.

Problems, questions, and general feedback should be addressed to:

Alexander.Freytag uni-jena.de
Erik.Rodner uni-jena.de

Copyright (LGPL) Alexander Freytag and Erik Rodner