opencv/modules/objdetect
quantizs e1b06371ad Added buffer-based model loading to FaceRecognizerSF
- Implemented a new `create` method in `FaceRecognizerSF` to allow model and configuration loading from memory buffers (std::vector<uchar>), similar to the existing functionality in `FaceDetectorYN`.
- Updated `face_recognize.cpp` with a new constructor in `FaceRecognizerSFImpl` that supports buffer-based loading for both model weights and network configuration.
- Ensured compatibility with both file-based and buffer-based model loading by maintaining consistent backend and target settings across both constructors.
- This change improves flexibility, allowing FaceRecognizerSF to be instantiated from memory buffers, which is useful for dynamic model loading scenarios such as embedded systems or applications where models are loaded in-memory.
2024-10-09 15:13:47 +02:00
..
doc Merge pull request #23666 from mshabunin:barcode-move 2023-06-14 22:21:38 +03:00
include/opencv2 Added buffer-based model loading to FaceRecognizerSF 2024-10-09 15:13:47 +02:00
misc Merge pull request #25986 from asmorkalov:as/js_for_contrib 2024-08-23 10:49:08 +03:00
perf Merge pull request #25035 from AleksandrPanov:fix_Barcode_detectAndDecode 2024-02-16 16:37:49 +03:00
src Added buffer-based model loading to FaceRecognizerSF 2024-10-09 15:13:47 +02:00
test Merge pull request #25938 from vrabaud:charuco 2024-07-24 09:27:07 +03:00
CMakeLists.txt Revert "suppress warning on GCC 7 and later" 2022-08-07 15:43:10 +03:00