Alexander Alekhin
|
23baf1a75e
|
dnn: fix High-Level public API (cv::dnn::Model class)
- proxy selected Net methods only (don't derive from Net directly)
- default Model ctor is protected
|
4 years ago |
Liubov Batanina
|
d3aaf2d3a3
|
Merge pull request #17371 from l-bat:nms_model
* Fix NMS bug in DetectionModel
* Fixed comments
* Refactoring
|
5 years ago |
berak
|
4fdf4d380c
|
dnn: small fix in pose estimation model
|
5 years ago |
Diego
|
5b0b59ecfb
|
Merge pull request #15189 from dvd42:keypoints_module
Keypoints module
|
5 years ago |
Dmitry Kurtaev
|
bd5d16ce36
|
Fix DetectionModel in case of out of [0, 1] range detection prediction
|
6 years ago |
Dmitry Kurtaev
|
3ddb005480
|
Fix DetectionModel in case of out of [0, 1] range detection prediction
|
6 years ago |
Diego
|
f7f2438478
|
Merge pull request #15082 from dvd42:segmentation-module
Segmentation module (#15082)
|
6 years ago |
Lubov Batanina
|
f1ea9d86b9
|
Merge pull request #15203 from l-bat:determine_inp_shape
* Determine input shapes
* Add test
* Remove getInputShapes
* Fix model
* Fix constructors
* Add Caffe test
* Fix predict
|
6 years ago |
Dmitry Kurtaev
|
a9839af903
|
Add preprocessing warps for separate parameters
|
6 years ago |
Lubov Batanina
|
778f42ad34
|
Add high level API (Merge pull request #14780)
* Add high level API
* Fix Model
* Add DetectionModel
* Add ClassificationModel
* Fix classify
* Add python test
* Fix pytest
* Fix comments to review
* Fix detect
* Fix docs
* Modify DetectionOutput postprocessing
* Fix test
* Extract ref boxes
* Fix draw rect
* fix test
* Add rect wrap
* Fix wrap
* Fix detect
* Fix Rect wrap
* Fix OCL_FP16
* Fix MyriadX
* Fix nms
* Fix NMS
* Fix coords
|
6 years ago |