浏览代码

chore: update operators.py (#2724)

### What problem does this PR solve?
substract -> subtract
### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [x] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
tags/v0.13.0
Ikko Eltociear Ashimine 1年前
父节点
当前提交
c552a02e7f
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      deepdoc/vision/operators.py

+ 1
- 1
deepdoc/vision/operators.py 查看文件

@@ -102,7 +102,7 @@ class StandardizeImage(object):


class NormalizeImage(object):
""" normalize image such as substract mean, divide std
""" normalize image such as subtract mean, divide std
"""

def __init__(self, scale=None, mean=None, std=None, order='chw', **kwargs):

正在加载...
取消
保存