]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/shortlog
hercules2020/kcf.git
2018-09-05 ShanigenAdded support for std::async and OpenMP
2018-09-05 ShanigenRemoved memory allocation in tracker update
2018-09-05 ShanigenAdded linear kernel support
2018-09-05 ShanigenModified CMAKE
2018-09-05 ShanigenCorrected the tracking issue
2018-09-05 ShanigenInitial commit to cuda-streams.
2018-09-05 ShanigenWork done so far on making Scale_var struct
2018-09-05 ShanigenInitial commit to cuda-streams.
2018-07-31 Michal SojkaFix paper references
2018-07-30 ShanigenFix out of bound load and stores
2018-07-26 ShanigenAddition of Scale_var structure.
2018-07-26 ShanigenCorrected mistake in CUFFT introduced with 8b28efcd5c93...
2018-07-25 ShanigenChanges that should correct some race conditions
2018-07-25 Michal SojkaDraw ground truth rectangle in visualisation window
2018-07-25 Michal SojkaRefactor metric calculation and change its name
2018-07-25 Michal SojkaGet rid of redundant variable use_iou
2018-07-24 Michal SojkaSimplify README
2018-07-24 Michal SojkaAdd clang-format configuration
2018-07-24 ShanigenCorrected small mistake with terminating character
2018-07-24 ShanigenMade an error message easier to read.
2018-07-24 ShanigenCorrected description of CUDA_DEBUG mode.
2018-07-23 ShanigenAdded calculation of intersection over union of groundt...
2018-07-23 ShanigenRestored CUDA_DEBUG mode, which now enables more thorou...
2018-07-23 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-23 ShanigenAdded better error messages for checking window size...
2018-07-18 Michal SojkaRemove CUDA_DEBUG option
2018-07-18 ShanigenRemoved mistake that CUDA versions require OpenCV 3.0+
2018-07-18 ShanigenChanged long string to multiline.
2018-07-18 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-18 ShanigenAdded more verbose error message, when checking window...
2018-07-18 Michal SojkaREADME: Add command to install prerequisities
2018-07-18 Michal Sojkacmake: Use pkg-config to find FFTW library
2018-07-18 Michal SojkaSupress some CUDA-related warnings
2018-07-18 Michal SojkaREADME: Clarify -DOPENMP description
2018-07-17 Michal SojkaREADME: Clarifications, improvements...
2018-07-17 Michal SojkaREAMDE: Fix
2018-07-17 Michal SojkaREADME: Convert links to reference-style
2018-07-16 Michal SojkaREADME: Wrap long lines
2018-07-13 Michal SojkaMakefile: Do not run cmake if it has already been run
2018-07-13 Michal SojkaREADME: Cleanup whitespace
2018-07-11 ShanigenModified description for OpenMP option and Fftw version.
2018-07-11 ShanigenModified Fftw version to correctly use OpenMP.
2018-07-11 Michal SojkaREADME: Give example how to compile CUDA-based version
2018-07-10 Michal SojkaOptional arguments must not be separated by space
2018-07-10 Michal SojkaUpdate README
2018-07-10 Michal SojkaFix help message
2018-07-04 ShanigenCorrected small mistake in Readme.
2018-07-04 ShanigenCorrected small mistake with table in Readme.
2018-07-04 ShanigenAdded additional information to the Readme.
2018-07-03 ShanigenRemoved cudaDeviceSynchronize in Gaussian correlation.
2018-05-24 ShanigenDeleleted obsolete folder with profiling results.
2018-05-24 ShanigenUpdate README.md
2018-05-23 ShanigenAdded non-template version of the ComplexMat class...
2018-05-15 ShanigenCorrected small mistake in scaling.
2018-05-15 ShanigenModified custom size window. You can now select both...
2018-05-14 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-05-14 ShanigenCorrected flags used during initialization of Fftw...
2018-05-13 ShanigenAdded source
2018-05-12 ShanigenModified parallel version of Fftw use POSIX threads...
2018-05-09 ShanigenAdded sanity check to prevent combining OpenCV version...
2018-05-09 ShanigenAddde warning, when using linear kernel with cufft...
2018-05-09 ShanigenChanged destructor of cuFFT to only destroy plans and...
2018-05-09 ShanigenGit corrected some issue, with destruction of fftw...
2018-05-09 ShanigenAdded support for big bach mode for linear kernal.
2018-05-09 ShanigenAdded sanity check for cuFFT version, which prevents...
2018-05-09 ShanigenDelete kcf.o
2018-05-09 ShanigenDelete kcf.h.gch
2018-05-07 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-05-07 ShanigenAdded custom scaling size option. The final window...
2018-05-04 ShanigenUpdate README.md
2018-04-23 ShanigenChanged scaling of window to be always 128x128 resultin...
2018-04-23 ShanigenGaussian correlation for CUFFT version is now on GPU...
2018-04-19 ShanigenAdded forward_raw function to ffts in preparation to...
2018-04-19 ShanigenCorrected small mistake with inverse raw in cufft.
2018-04-19 ShanigenAddition of inverse_raw in ftt for preparition of full...
2018-04-19 ShanigenSome minor corrections to variable in kcf.
2018-04-19 ShanigenAdded check in complexmat to prevent double freeing...
2018-04-19 ShanigenAdded error cheking for CUDA API calls and CUDA kernels.
2018-04-19 ShanigenRemoved unused cuda streams in cufft.
2018-04-16 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-04-16 Michal SojkaFix indentation and whitespace
2018-04-16 ShanigenAdded safety check for image dimensions in cuFFT version.
2018-04-10 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-04-10 ShanigenRemoved zero copy for complexmat now it is using normal...
2018-04-09 Michal SojkaDo not delete OpenCV_DIR example from toplevel Makefile
2018-04-06 ShanigenModified Makefile to build all the current working...
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-29 ShanigenSqr norm in complexmat now returns array.
2018-03-28 ShanigenDeleted obsolete code.
2018-03-28 ShanigenRemoved custom allocator in favor of thrust.
2018-03-28 ShanigenAdded custom allocator for vectors in ComplexMat when...
2018-03-28 ShanigenCorrected init in OpenCV FFT version
2018-03-26 ShanigenAdded compatibility for Opencv 3 in cuFFT.
2018-03-26 ShanigenAdded cmake support for cufft, also copied fftw functio...
2018-03-26 ShanigencuFFT use preparation correction
2018-03-26 ShanigenPrepare using cuFFT
2018-03-26 ShanigenCorrected small mistake with OpenMP support for big...
2018-03-26 ShanigenAdded support for OMP in big batch mode.
2018-03-25 ShanigenBig batch mode is now working correctly.
2018-03-25 ShanigenBig batch update 2 (not finished)
next