Added new CSRT tracker from opencv_contrib #106
Merged
Merged
Conversation
…all other examples
xzou999
pushed a commit
to xzou999/Multitarget-tracker
that referenced
this pull request
Oct 25, 2021
* Added hough3d sources * Calculate 3D hough trajectory lines * Added fps * Some warnings removing * Fixed warning * Added small crops in DNN detector for High resolution videos and small objects * Small refactoring * Some fix for single tracking * Added openmp flags to the compiler * Draw trajectory option * Update Readme * Fixed link * Hough3D disabled now in CMake * Added Yolo (and Tiny Yolo) detector * Update Readme * Remove unused Hybrid face detector * Extract Capture+Detection into the separate thread * Fixed potential deadlock * Points visualization * Control out the frame moving * Remove hough3d from master * Fixed NMS for object with different types * Fix in Readme and TODO * OpenCV 4.0 ready * Added YOLO v3 tiny * Added compute target for DNN examples (default is OpenCL_FP16) * Fixed compatible bug with OpenCV version < 4.0 * Fixed project name in CMake * Simple implementation of the Abandoned detection * Increased timeout * Fixed help message * Added Abandoned to the Readme * Fixed Readme * Switch travis to the latest OpenCV 3.4.1 version * Set timeouts to 60 sec * Fixed travis script for OpenCV 3.4.1 * Fixed travis for gcc6 * Fixed linker error * Fixed compiler in travis * Fixed travis and CMakeLists for C++14 support * Capture for webcams * Fix bug with ROI for local tracking * Automatic inertia correction in linear Kalman filter * Update TODO * Yolo eample refactoring * Refactoring: split project to share library and example * Added cars counting example * Fix for OpenCV 4.0 * Single threaded cars counting example * Added lines class * Added API for road lines * Added cars counting code * Changed road line caption * Fixed bug with roi rect clamping * To Linear Kalman filter added speed for rectangle size * Improved quality of line intersection algorithm * Fixed bug with Kalman width and height correction * Return MOSSE tracker * Temporal correction object size when selected only points filter * Some small improvements * Compilation on Windows MSVC 2017 with OpenCV 4.0 * Added new CSRT tracker from opencv_contrib * Fixed some warnings * Fixed type conversion warnings * In CMake added options for enable|disable building cars counting and all other examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.