Skip to content

Commit

Permalink
upgrade release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
breezedeus committed Jul 1, 2020
1 parent 0c839c4 commit 5a7d8ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

# Update 2020.07.01:发布 cnstd V0.1.1

`CnStd.detect()`加入输入参数 `kwargs`: 目前会使用到的keys有:
* "height_border",裁切图片时在高度上留出的边界比例,最终上下总共留出的边界大小为height * height_border; 默认为0.05;
* "width_border",裁切图片时在宽度上留出的边界比例,最终左右总共留出的边界大小为height * width_border; 默认为0.0;

bugfix:
* 修复GPU下推断bug:https://github.com/breezedeus/cnstd/issues/3


# Update 2020.06.02:发布 cnstd V0.1.0

初次发布,主要功能:
Expand Down

0 comments on commit 5a7d8ef

Please sign in to comment.