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
shenwei41
6f8e94abd0
Modify calibration parameters
5 years ago
Eric
d3e89086e5
Removed check for normalize mean
5 years ago
Cathy Wong
9f7c1a32e7
C++ API: vision ops - reorder and add gap UTs; correct parm desc style
5 years ago
mindspore-ci-bot
7e7d47db50
!7266 RandomResizedCrop for C API
Merge pull request !7266 from MahdiRahmaniHanzaki/c-api
5 years ago
shenwei41
87b108f4e0
C++ api add Rescale
5 years ago
Mahdi
c8333accfc
RandomResizedCrop C API
5 years ago
YangLuo
9e033bbe19
C++ api add TypeCaseOp & RandomCropDecodeResizeOp
5 years ago
Cathy Wong
2aa26d245c
C++ API: Move vision ops to new vision files; create transforms namespace
5 years ago