Added trackers factory with pre-loaded dnn models#26875
Added trackers factory with pre-loaded dnn models#26875asmorkalov merged 3 commits intoopencv:4.xfrom
Conversation
3d18122 to
8b5a1ac
Compare
8b5a1ac to
b466505
Compare
f49819d to
ecbd247
Compare
|
@mshabunin @dkurt please take a look. |
ecbd247 to
e06e0d5
Compare
|
@mshabunin Please take a look again. |
|
I tried build with Looks like there are not enough dnn guards. Similar issue in other affected algorithms. Perhaps some issues with python as well, but I'm not sure. |
e06e0d5 to
2f4b986
Compare
|
I fixed the issue related to pure C++ part. Java and Python bindings generator ignores |
|
Since dnn is now in public interface of the video module I propose making video->dnn dependency "required" and removing Alternatively we can try to move |
|
I dig a bit in header parser and looks like we can add proper opencv/modules/python/src2/hdr_parser.py Line 878 in 62658fb |
Added trackers factory with pre-loaded dnn models opencv#26875 Replaces opencv#26295 Allows to substitute custom models or initialize tracker from in-memory model. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [ ] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake
Replaces #26295
Allows to substitute custom models or initialize tracker from in-memory model.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.