forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Proposal reference implementation (openvinotoolkit#3924) * Reference implementation for Proposal, enable CPU SLT * code style fix * add type prop test for invalid anchor count * add unit test * fix shapes in attribute test * temp workaround- disable maring end of boxes list * Disable CPU smoke test- spec misalignment * code style fixes * add some details to the specification * disable myriadx proposal slt * review changes, using usigned int and size_t * improve proposal op shape inference to cover dynamic too, add unit test coverage * remove unused variable in test body * remove batch size in tests where its not used * add post nms topn initialization in tests where it was missing * review comments * style fix * style fix 2 * add tests, remove unused variables, change shape inference checks * style fix * add input tensors type checks and test coverage * align input type in attribute and ngraphreader tests to match specification * fix wrong dimension in error message * proposalv4 ref impl * enable single layer and unit tests for proposalv4 ref impl * align output termination with cpu, enable cpu slt * custom slt compares to detect less-than-predicted number of boxes * custom slt compares to detect less-than-predicted number of boxes * Clarify output termination in spec * review comments * smaller input data for unit tests * add check for batch_dim being static * disable gpu slt for proposal * test data style fix * test data style fix 2 * add type section to specification * shape inference improvement * multiply expected 1st dim in tests by post_nms_topn * add checks and testcases for dynamic ranks * indentation, review comments * reduce code redundancy in ref implementation * remove comment * Fix typo in proposal1 spec * Fix typo in proposal4 spec (cherry picked from commit 210ad81) * Replace nms partial sort to stable sort Co-authored-by: Bartosz Lesniewski <[email protected]>
- Loading branch information
1 parent
2fca665
commit 13b0a23
Showing
17 changed files
with
1,642 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.