Zirui Wu
2692e3cc3d
fix pk sampler's get_dataset error due to num_class unavaiable at pre-runtime
4 years ago
mindspore-ci-bot
0febd9c891
!13017 Add RGB2GRAY Operation
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
71ad3bb808
dataset: Specify Sampler and TensorTransform C++ API classes as final
4 years ago
shenwei41
7b56d1772e
Add RGB2GRAY operation
4 years ago
jonyguo
c426cd5434
fix: increace deviation_ratio for gnn test case
4 years ago
mindspore-ci-bot
62a6f783b3
!12809 Added pull-based prototype
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
4 years ago
Mahdi
9c3c36217e
Added pull based prototype
4 years ago
YangLuo
74431ad117
Fix bugs of minddata transforms
4 years ago
Zirui Wu
8022001450
Remove datasets.h dependency on tensor.h and other related dependencies
Replace std::function<TensorRow(TensorRow)> with std::function<MSTensorVec(MSTensor)> by using std::bind
Replace pad_info with MSTensor
Switch TensorShape/dataset::DataType to vector<int64> /mindspore::DataType
Change TypeId to mindspore::DataType in SchemaObj
address review cmts, add CreateFromMSTensor() in tensor.h/.cc
4 years ago
mindspore-ci-bot
ea8db7baf4
!12936 dataset UT: Reinstate INFO logging and data verification - part 1
From: @cathwong
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
Cathy Wong
521c313a3b
dataset: Reinstate INFO logging and data verification - part1
4 years ago
mindspore-ci-bot
9baec79337
!12881 add GaussianBlur and Canny for lite_cv
From: @tiancixiao
Reviewed-by:
Signed-off-by:
4 years ago
TinaMengtingZhang
6280582315
fix testcases in c_api_random_test.cc
fix testcases in c_api_transforms_test.cc
4 years ago
Xiao Tianci
449452c7ef
add gaussian blur and canny for lite cv process
4 years ago
Eric
f9a2379a70
Fixing api leftover
Fixed compile error
Fixed more testcases
4 years ago
mindspore-ci-bot
4f504ad2a3
!12760 Fix include file(samplers.h) contains internal head file & Fix execute ut
From: @luoyang42
Reviewed-by: @pandoublefeng,@heleiwang,@liucunwei
Signed-off-by: @pandoublefeng,@liucunwei
4 years ago
mindspore-ci-bot
7f71525b0a
!12810 dataset: Add IR vision error input tests, plus other UT updates
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
253f389817
dataset: Add IR vision error input tests, plus other UT updates
4 years ago
YangLuo
eecbc99b2e
fix minddata include internal head file & fix execute ut
4 years ago
TinaMengtingZhang
ccefa8b32e
Make Parse() as protected
4 years ago
Cathy Wong
2f1f0c438d
dataset: C++ API Vision support for Ops with TensorTransform op input
plus UTs
4 years ago
mindspore-ci-bot
f1c7aeaa6b
!12555 Create C++ API classes for Samplers
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5556b12da4
!12480 Adding Affine API
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
mohammad
f73def5933
make C++ API classes for samplers
4 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
4 years ago
TinaMengtingZhang
518828b639
Support 3 composed data ops and cleanup code
4 years ago
Zhenglong Li
581f1e82d4
API merge with new API class and new IR class
4 years ago
mindspore-ci-bot
182d928379
!12553 dataset: Split c_api_vision_test.cc
From: @cathwong
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
Cathy Wong
6112738fea
dataset: Split c_api_vision_test.cc
4 years ago
shenwei41
d8d56b5374
GetAffineTransform
4 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
4 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:
4 years ago
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
Add API class for text transforms ops
4 years ago
mohammad
9e6fcc7f23
return status from sampler IR functions
4 years ago
mindspore-ci-bot
c8332c16f7
!11957 getRotationMatrix2D and getPerspectiveTransform
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
shenwei41
737e828f3d
getRotationMatrix2D and getPerspectiveTransform
4 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
4 years ago
Eric
9953757ff4
Fixed tenor compile error for MD
4 years ago
Cathy Wong
3e6e35d749
dataset: delete minddata/dataset/include/status.h
4 years ago
hesham
715d70f397
Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores.
4 years ago
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
4 years ago
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
4 years ago
mindspore-ci-bot
f980561fe1
!11598 [MD] add common validation functions for transform
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
YangLuo
1893ae8662
[MD] add common validation functions for transform
4 years ago
mindspore-ci-bot
20c1727b2c
!11631 Add SubsetSampler
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8e4a6842ff
!11681 gnn support edge weight sampling
From: @heleiwang
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
heleiwang
2dc9ba761c
gnn support weight sampling neighbors.
4 years ago
hesham
7120c66998
Add SubsetSampler
4 years ago
mindspore-ci-bot
4cd6588af0
!11393 Migrating cache transform pass from execution tree to IR tree
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
xulei2020
de630f1cb1
Add parameter verification for getROI function
fix c++ ut compilation failed of Asan bug
4 years ago