]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/shortlog
hercules2020/kcf.git
2018-09-20 Michal SojkaDynMem: Replace hardcoded float in template class with...
2018-09-20 Michal SojkaAllow copying DynMem
2018-09-20 Michal SojkaStart cleaning up cufft implementation
2018-09-20 Michal Sojka(Mat)DynMem updates and related changes
2018-09-20 Michal SojkaIntroduce GaussianCorrelation class
2018-09-20 Michal SojkaUse new type MatDynMem combining cv::Mat and DynMem
2018-09-20 Michal SojkaAdd a method for calculation of FFT result size
2018-09-20 Michal SojkaStart fixing big batch mode
2018-09-20 Michal SojkaRename num_of_feats to num_channels
2018-09-20 Michal SojkaRestrict access to ThreadCtx variables
2018-09-20 Michal SojkaUse delete[] operator
2018-09-20 Michal SojkaMove thread context to class-private data structure
2018-09-20 Michal SojkaCUDA: Use per-thread default streams rather than explic...
2018-09-20 Michal Sojkagraph: Fix FPS display when some logs are not complete
2018-09-20 Michal SojkaMake wget not print too much output
2018-09-20 Michal SojkaUse custom ninja status on travis
2018-09-20 Michal SojkaMake build log more readable
2018-09-20 ShanigenAdded addtional sorting option to the graph generating.
2018-09-20 ShanigenChanged the script according to the comments in pull...
2018-09-20 ShanigenAdded option to generate boxplots showing FPS.
2018-09-20 ShanigenAdded script to generate BoxPlots
2018-09-17 Michal SojkaMake build.ninja generator more compatible with various...
2018-09-17 Michal SojkaAdd automated testing of tracking accuracy
2018-09-17 Michal SojkaCosmetic Makefile changes
2018-09-17 Michal SojkaReport test failures with wvtool
2018-09-14 Michal Sojkatravis: Delete dumped cores
2018-09-14 Michal SojkaNinja test fixes
2018-09-14 Michal SojkaDo not require realpath command
2018-09-14 Michal SojkaDo not duplicate Makefile and ninja - all is now done...
2018-09-14 Michal SojkaPass CUDA_ARCH_LIST to CMake only for CUDA build
2018-09-14 Michal SojkaAlways run tests with ninja and fix few problems
2018-09-14 Michal SojkaDo not run cmake during `ninja test` when not necessary
2018-09-14 Michal SojkaAllow generating build.ninja also with GNU make 3.81
2018-09-14 Michal SojkaRun tests with ninja
2018-09-14 Michal SojkaFix indentation
2018-09-14 Michal SojkaDefine big_batch variables only in BIG_BATCH mode
2018-09-14 Michal SojkaReplace Kcf::m_use_big_batch with a preprocessor symbol
2018-09-14 Michal SojkaRemove patch_feats from ThreadCtx
2018-09-14 Michal SojkaRemove void statement
2018-09-14 Michal Sojkafft: Do not pass big_batch_mode as a parameter
2018-09-14 Michal SojkaRemove unnecessary typecasting
2018-09-14 Michal SojkaShorten code by using ctx instead of p_htreadctxs.front()
2018-09-14 Michal Sojkatravis: Build only for one GPU architecture
2018-09-13 Michal SojkaUse clamp function to clamp variables to a range
2018-09-13 Michal SojkaUnify init messages and add FFT size message
2018-09-13 Michal SojkaUse fixed format for output numbers
2018-09-13 Michal Sojkatest: Show logs when not running on Travis CI
2018-09-13 Michal SojkaAdd book sequence to tests
2018-09-13 Michal SojkaAdd useful settings into Makefile (as comments)
2018-09-13 Michal SojkaAllow CUDA autodetection with cmake < 3.7
2018-09-13 Michal SojkaAutodetect CUDA architecture
2018-09-13 Michal SojkaDo not require ifdefs when using sqr_norm()
2018-09-12 Michal SojkaRevert FHoG::extract changes
2018-09-12 Michal SojkaSimpify init
2018-09-12 Michal SojkaSimplify sub_grid_scale
2018-09-12 Michal SojkaRemove unnecessary typecasting
2018-09-12 Michal SojkaReplace (p_windows_size.* / p_cell_size) with p_roi...
2018-09-12 Michal SojkaUse cv::Size for p_roi
2018-09-12 Michal SojkaFix scaling condition
2018-09-12 Michal SojkaSimplify fit scale computation, cleanup
2018-09-12 Michal SojkaFix scale initialization
2018-09-12 Michal SojkaAllow compiling all variants with ninja
2018-09-12 Michal SojkaTravis complains about long logs
2018-09-12 Michal Sojkatravis: Run tests
2018-09-12 Michal SojkaTest improvements
2018-09-12 Michal SojkaAllow getting filter response
2018-09-12 Michal SojkaAdd automated testing
2018-09-12 Michal SojkaMerge README update
2018-09-12 Michal SojkaUpdate README
2018-09-12 Michal SojkaMove scale and async_res variables to ThreadCtx
2018-09-12 Michal SojkaChange p_threadctxs from list to vector
2018-09-12 Michal SojkaUse list of thread contexts rather than list of pointer...
2018-09-12 Michal SojkaRemove useless typecasting
2018-09-12 Michal SojkaReformat
2018-09-11 Michal SojkaImprove error message
2018-09-11 Michal Sojkaclang-format: Always move "if" body to a separate line
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-10 ShanigenFix clang warnings
2018-09-10 ShanigenAdded comments to variables in ThreadCtx + renamed...
2018-09-10 ShanigenCorrection for CUFFT Big batch OpenMP
2018-09-10 ShanigenCorrected warnings and errors in CUFFT version
2018-09-10 ShanigenCorrected warnings in CPU ComplexMat
2018-09-10 Michal SojkaDo not force CUDA_HOST_COMPILER to g++
2018-09-10 ShanigenStreamlined ThreadCtx
2018-09-10 ShanigenMinor CMake correction for CUDA versions
2018-09-10 ShanigenRemoved obsolete include in CUFFT
2018-09-10 ShanigenAdded DynMem class
2018-09-10 ShanigenMade dynamic memory allocation more readable
2018-09-09 Michal Sojkatravis: Also Build with clang-5
2018-09-09 Michal Sojkatravis: Also build with clang-3.8
2018-09-09 Michal Sojkatravis: Build with -Werror
2018-09-09 Michal Sojkatravis: Compile with gcc-5
2018-09-09 Michal Sojkatravis: Use APT addon rather than a bunch of sudo commands
2018-09-09 Michal Sojkatravis: Use less CUDA packages in dependencies
2018-09-08 Michal SojkaAdd markers to compile output
2018-09-08 Michal SojkaEnable Travis CI
2018-09-07 ShanigenChanged variables in ThreadCtx to uint
2018-09-07 ShanigenChanged p_windows_size and windows_size type to cv...
2018-09-07 ShanigenCUFFT now uses ThreadCtx and also pragmas from pragmas.h
2018-09-07 ShanigenRenamed Scale_Vars to ThreadCtx
next