mindspore-ci-bot
b6cf16d8aa
!14389 fix codex warning
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
YangLuo
b85a905eaf
fix codex warning
5 years ago
Eric
38944eafc4
Added get dataset size and fix macro
5 years ago
shenwei41
d1bb9d470e
Add resizefiller
5 years ago
shenwei41
7b56d1772e
Add RGB2GRAY operation
5 years ago
Cathy Wong
24b991bae7
dataset: Delete minddata/dataset/include/tensor.h; codedex fixes
5 years ago
luoyang
24de4f12fa
MindData support dual ABI
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
Zhenglong Li
581f1e82d4
API merge with new API class and new IR class
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
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
luoyang
8846b50c7f
fix cutout issue & pad doc
5 years ago
YangLuo
1893ae8662
[MD] add common validation functions for transform
5 years ago
TinaMengtingZhang
d3fdbceb61
[Part II] Push down json save logic to IR and add getter to each IR node
5 years ago
mindspore-ci-bot
3945bdcabb
!11094 【MD】fix bug for md pipleline build
From: @xulei2020
Reviewed-by:
Signed-off-by:
5 years ago
xulei2020
026cdcd6fc
fix build for md pipeline
5 years ago
Zirui Wu
0e68575e77
port over getter pass
port over tensor_op_fusion pass
add fusion support for prebuildOpeartion (TensorOpeartion)
5 years ago
Zhenglong Li
425c3c6abc
Fix warning information.
5 years ago
Zhenglong Li
d032b69c2d
Update Error message for dvpp operator.
5 years ago
Zhenglong Li
17f23ddbf3
Fix compile error
5 years ago
Zhenglong Li
04da5bae5d
Fix dvpp parameter validation bug and make information clear, besides, modify Dvpp ut.
5 years ago
Zhenglong Li
13204cb8e3
Add YoloV3 with Dvpp test.
5 years ago
mindspore-ci-bot
280db3d651
!9844 New Dvpp operation for Ascend 310 chip
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
5 years ago
xiefangqi
3c6cc3c58c
Add NormalizePadOp
5 years ago
Zhenglong Li
48a4f31c9b
Complete development of Dvpp feature which can be deployed on Ascend 310 Device, the function of this operation is decode + resize + center crop, the output is in format of YUV color space.
5 years ago
xulei2020
254d5d1fa4
add rotate to TV and fix bug for 'file not found'
5 years ago
Xiao Tianci
12da8717b7
1.correct param check for vision op 2.fix config review 3.fix api doc
5 years ago
Nat Sutyanyong
5e1bb0b697
boilerplate code for future IR optimizer
add 2 test cases to IRNode Deepcopy()
address review cmts
fix ut
samplerObj copy
ci
fix ci
fix ci round III
address further review cmts
add a missing macro
fix merge conflict
fix complie err
fix lite compile err
fix compile err
fix lite compile round III
address an issue
fix minor comments
5 years ago
shenwei41
4132228c10
Add c++ api of randomresizecropwithbbox
5 years ago
luoyang
d43155b5b0
[MD] Decouple more Transform Ops
5 years ago
Eric
a21eb2d527
Added random node fix
5 years ago
xulei2020
f8d1b20873
init litemat from memory
5 years ago
luoyang
9a57cbacd9
[MD] Transform api decouple
5 years ago
shenwei41
9ffdf0b6d4
Add transform API
5 years ago
hesham
5169fb4c42
Remove api namespace
5 years ago
luoyang
8872c07cef
[MD] code review
5 years ago
mindspore-ci-bot
8f44074796
!7866 [MD] C++ API support build_sentence_piece_vocab_node & sentence_piece_tokenizer
Merge pull request !7866 from luoyang/c-api-pyfunc
5 years ago
luoyang
52d278e858
[MD] C++ API support build_sentence_piece_vocab_node & sentence_piece_tokenizer
5 years ago
shenwei41
779f0f387b
Add transforms API
5 years ago
Eric
5c37b95992
Added Crop, need decode.
Added decode for source operators
Partial lite build fix
Only crop op enabled
Removed opencv from mdlite "full" build
Adding tests
disabling tests for now, compiling
Halfway done adding normalize
Log linking failed for lite
Added normalize, and resize
Addressing comments part 1
Added CI fix part 1
Added CI fix part 2
added CI fix part 3
Added CI fix part 4
can't remove long
Removed open cv build completely
Removed packaging code for open cv
Disable lint check for C type
Fix CI issues part five
5 years ago
YangLuo
f3fa5a441d
[MD] Fix log of vision and dataset in C++ api
5 years ago
Cathy Wong
051bc60edb
C++ API: ValidateParams support for TensorOps; plus minor dataset fixes
5 years ago