-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add nms plugin for openvino * Update openvino_ppdet_cn.md * update version to 0.9.0 Co-authored-by: jiangjiajun <[email protected]>
- Loading branch information
1 parent
ebb667e
commit 94101c3
Showing
3 changed files
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
setuptools.setup( | ||
name="paddle2onnx", | ||
version="0.8.1", | ||
version="0.9.0", | ||
author="dltp-sz", | ||
author_email="[email protected]", | ||
description="a toolkit for converting trained model of PaddlePaddle to ONNX.", | ||
|