mei, yang
9648080fbc
Meiyang/paddle generate proposals 2 (#11285)
* create new op v9::GenerateProposalsSingleImage and support paddle generate proposal v2
* support scale in GenerateProposals
* Add output roi_num in GenerateProposal; change anchor's shape to [H, W, A, 4]
* fix paddle generate proposals frontend issue
* rename MKLDNNGenerateProposalsSingleImage to GenerateProposalsSingleImage
* add GenerateProposals attribute 'roi_num_type'
* fuse type togenerate_proposals
* multibatch support
* fix review comments; paddle tests added
* use pad instead of concat
* fix generate proposals visitor test parameter
* add testcase for generate proposal scale and fix generate proposals reference issue
* rename to GenerateProposals
* add generate proposals ngraph reshape test; opset9 support and test;
* fix compiling issue
* add dependency 'paddledet' on paddle frontend test
* Update src/core/include/ngraph/op/generate_proposals.hpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/include/openvino/op/generate_proposals.hpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/reference/include/ngraph/runtime/reference/generate_proposal.hpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/src/op/generate_proposals.cpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/include/ngraph/op/generate_proposals.hpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/src/op/generate_proposals.cpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/src/op/generate_proposals.cpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/src/op/generate_proposals.cpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/include/openvino/op/generate_proposals.hpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/core/include/openvino/op/generate_proposals.hpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* fix compiling issue after newly added commit
* clang fix
* fix compiling issue
* add paddledet dependency
* fix compiling issue
* fix compiling issue
* clang fix
* skip ppdet.modeling.ops in paddle generate proposals test
* single layer update after rebase master
* set pycocotools to 2.0.4
* skip ppdet.modeling.ops.__init__
* add paddle test dependency
* fix template issue
* rename mkldnn to dnnl
* fix template issue
* fix windows compiling issue
* update testcase vector construction
* add shape check and test; add some annotation; apply review suggestion
* Revert "add paddle test dependency"
This reverts commit 959a2d770d3f6cb28d4609981c79cc49a25847fd.
* rm dependency of paddledet for paddle frontend test
* update opset9 number
* fix windows issue
Co-authored-by: Luo Cheng <cheng.luo@intel.com>
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2022-05-16 09:13:52 +08:00
..
2022-04-13 12:39:36 +02:00
2022-05-10 17:59:48 +02:00
2022-03-23 10:03:16 +03:00
2022-03-24 22:27:29 +03:00
2022-03-24 22:27:29 +03:00
2021-12-21 20:26:37 +03:00
2022-04-12 10:08:10 +02:00
2022-02-25 00:44:48 +03:00
2022-05-10 17:59:48 +02:00
2022-02-24 15:50:31 +03:00
2022-04-03 19:35:04 +03:00
2022-04-05 13:09:22 +03:00
2022-05-10 18:00:42 +02:00
2022-05-09 16:49:15 +02:00
2022-01-21 15:31:56 +03:00
2022-02-14 10:24:33 +01:00
2022-05-10 08:14:37 +08:00
2022-04-04 19:41:17 +03:00
2022-05-10 17:59:12 +02:00
2022-02-21 18:48:29 +03:00
2022-04-01 15:06:55 +03:00
2022-04-01 15:06:55 +03:00
2022-03-28 20:53:21 +03:00
2022-04-05 04:47:22 +03:00
2022-03-31 07:47:49 +03:00
2022-05-16 09:13:52 +08:00
2021-08-11 09:38:43 +03:00
2022-03-18 17:48:45 +03:00
2022-03-18 17:48:45 +03:00
2022-02-14 12:43:52 +00:00
2021-12-21 20:26:37 +03:00
2022-04-01 15:06:55 +03:00
2022-03-24 22:27:29 +03:00
2022-04-01 15:06:55 +03:00
2022-03-25 20:22:43 +03:00
2022-04-01 15:06:55 +03:00
2022-04-05 01:10:53 +03:00
2022-04-01 15:06:55 +03:00
2021-09-07 19:21:41 +03:00
2022-03-02 17:46:49 +03:00
2022-02-16 11:47:11 +03:00
2022-03-03 11:25:54 +03:00
2022-01-27 19:39:49 +03:00
2022-03-14 21:11:01 +03:00