Liubov Batanina
|
b86f129393
|
Fixed Test_Model.DetectionOutput
|
2020-11-19 12:11:52 +03:00 |
|
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
|
2020-11-17 11:01:31 +00:00 |
|
Liubov Batanina
|
d3aaf2d3a3
|
Merge pull request #17371 from l-bat:nms_model
* Fix NMS bug in DetectionModel
* Fixed comments
* Refactoring
|
2020-05-28 22:54:19 +00:00 |
|
berak
|
4fdf4d380c
|
dnn: small fix in pose estimation model
|
2020-02-20 17:08:55 +01:00 |
|
Diego
|
5b0b59ecfb
|
Merge pull request #15189 from dvd42:keypoints_module
Keypoints module
|
2019-12-13 18:00:06 +03:00 |
|
Dmitry Kurtaev
|
3ddb005480
|
Fix DetectionModel in case of out of [0, 1] range detection prediction
|
2019-09-13 12:58:56 +03:00 |
|
Diego
|
f7f2438478
|
Merge pull request #15082 from dvd42:segmentation-module
Segmentation module (#15082)
|
2019-08-13 23:38:48 +03:00 |
|
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
|
2019-08-09 19:51:42 +03:00 |
|
Dmitry Kurtaev
|
a9839af903
|
Add preprocessing warps for separate parameters
|
2019-08-07 14:51:41 +03:00 |
|
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
|
2019-07-30 23:07:37 +03:00 |
|