Added DaSiamRPN tracker * added DaSiamRPN tracker * whitespace trouble handled * Fixes for PR * Fixes for PR * Fixes for PR * added new line in the end of the file and x_crop fix * removed cxy_wh_2_rect function * removed loop from sofrmax function * more detailed discription about absolute paths to onnx models * removed nested while loop, initialization moved from main tracking loop * added assert message for small init bb * initial bounding box on videostream * selection of initial bounding box improved * created tracker class, fixed initializing bounding box * fix round of value * names fix * private methods renamed * names fixed, case for video WIP * fix case with video * removed hardcoded size of window * whitespace fix * links to models fixed * bounding box drawing fix * changes does not required * code style fixes * fixes * frame checker added in tracking loop * fixed import sys |
||
|---|---|---|
| .github | ||
| 3rdparty | ||
| apps | ||
| cmake | ||
| data | ||
| doc | ||
| include | ||
| modules | ||
| platforms | ||
| samples | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CMakeLists.txt | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
OpenCV: Open Source Computer Vision Library
Resources
- Homepage: http://opencv.org
- Docs: http://docs.opencv.org/3.4/
- Q&A forum: http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
Contributing
Please read the contribution guidelines before starting work on a pull request.
Summary of the guidelines:
- One pull request per issue;
- Choose the right base branch;
- Include tests and documentation;
- Clean up "oops" commits before submitting;
- Follow the coding style guide.