Zhenglong Li
762c63af6f
Add error message
5 years ago
mindspore-ci-bot
91cf88d692
!12883 Fix bugs of minddata transforms
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
YangLuo
74431ad117
Fix bugs of minddata transforms
5 years ago
Xiao Tianci
27a3b48156
fix array deleting problem in Canny
5 years ago
mindspore-ci-bot
fe53c71b3b
!12843 Add more callable test and clean the input check for tensor ops
From: @alexyuyue
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
5 years ago
Xiao Tianci
449452c7ef
add gaussian blur and canny for lite cv process
5 years ago
mindspore-ci-bot
293b38789d
!12831 BInd stream and context with each other during runtime
From: @lizhenglong1992
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
alex-yuyue
6d7be32614
Add more callable test and clean the input check
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
mindspore-ci-bot
c07371f5c9
!12763 Fix C++ API testcases
From: @ezphlow
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8e13667ff4
!12674 Add support to multiple tensor in eager mode
From: @alexyuyue
Reviewed-by: @nsyca
Signed-off-by:
5 years ago
Eric
f9a2379a70
Fixing api leftover
Fixed compile error
Fixed more testcases
5 years ago
Zhenglong Li
6c24782104
Add getting Ascend310 context and stream feature in order to make all function can be executed during runtime
5 years ago
alex-yuyue
66aff93940
Fix test team issue: ToNumber in eager mode.
And support multiple tensor as input in call method
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
Zhenglong Li
07dd752e1e
Fix aipp config file generator bug
5 years ago
Zhenglong Li
5cf805d46a
Fix some issue of ERROR information in log
5 years ago
mindspore-ci-bot
c33d767314
!12672 Aipp config file generation
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
5 years ago
Zhenglong Li
22e5ed13d6
Aipp config file generation
5 years ago
Cathy Wong
2f1f0c438d
dataset: C++ API Vision support for Ops with TensorTransform op input
plus UTs
5 years ago
mindspore-ci-bot
5556b12da4
!12480 Adding Affine API
From: @ezphlow
Reviewed-by:
Signed-off-by:
5 years ago
Eric
d328d6eb54
Adding affine
Need to move Affine to image_utilC
Refactored affine
Added affine API
Added API class impl
Removed default from vision ir
Compiling
removed extra file
Spell check
5 years ago
TinaMengtingZhang
518828b639
Support 3 composed data ops and cleanup code
5 years ago
Zhenglong Li
581f1e82d4
API merge with new API class and new IR class
5 years ago
shenwei41
d8d56b5374
GetAffineTransform
5 years ago
Cathy Wong
3fc204e3bc
dataset: Create C++ API classes for vision transform ops
Review rework
Add overloaded API Map function
Overload Execute, update st test_de.cc and enhance ut execute_test.cc;
More TensorTransform support for BoundingBoxAugment and UniformAug
Execute support for auto case; UT updates
Rebase updates, including fix CI Ascend compilations
test_de.cc - comment out dvpp tests
Rebase updates
Added back testcase and constructor
Added back constructor
added missing macro
Fixed Macro
removed decode
5 years ago
mindspore-ci-bot
98f6d78778
!12361 Provide C++ API class for text and data transforms ops
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
3f7e9fe7d5
!12381 Device resource divide refactor and compling macro elimination
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
5 years ago
Zhenglong Li
f2dce335f2
Make the resource manager independent, new base class DeviceResource and new derived class AscendResource
5 years ago
YangLuo
d8ace8f041
fix minddata issues
5 years ago
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
Add API class for text transforms ops
5 years ago
Lixia Chen
0667818d9a
Block caching after random pyfunc
5 years ago
mindspore-ci-bot
ed7fef5d5e
!12349 [MD] Push down IR files for transforms and text
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
TinaMengtingZhang
462422acc7
Move transforms and text ir down
5 years ago
mindspore-ci-bot
c8332c16f7
!11957 getRotationMatrix2D and getPerspectiveTransform
From: @shenwei41
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
260c77f4ad
!12336 [MD] fix sampler log & transform log
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
luoyang
416ad23e9d
fix resize & randomcoloradjust
fix sampler
5 years ago
shenwei41
737e828f3d
getRotationMatrix2D and getPerspectiveTransform
5 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
5 years ago
Cathy Wong
fc8b9fc85e
dataset: Push down IR vision files
5 years ago
TinaMengtingZhang
6c02670116
Move TensorOperation and validator functions down to /kernels/ir
5 years ago
luoyang
cd86788cf3
fix bugs of execute & update doc description in minddata
5 years ago
TinaMengtingZhang
ddab5ad417
Add support for vision op and py_transform op to serdes
5 years ago
mindspore-ci-bot
df2da5679d
!11901 fix cutout issue & pad doc
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
5 years ago
luoyang
8846b50c7f
fix cutout issue & pad doc
5 years ago
mindspore-ci-bot
9169aa8310
!11882 【MD】【BUG】Add parameter verification for getROI function
From: @xulei2020
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
5 years ago
mindspore-ci-bot
794af6d094
!11834 [MD] Fix error msg description of dataset
From: @xiefangqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
xulei2020
1f7fb5e38c
add function param verify for Divide
5 years ago
xiefangqi
3d72282f26
fix error msg issue
5 years ago
xulei2020
eaef9b2739
fix md lite in arm compile
5 years ago
xulei2020
befb3518e4
MD lite build failed in arm when build in X86_64
5 years ago