Cathy Wong
1136ee3ffd
[MD] Transform Unification Feature - ToTensor op: Remove Python implementation, regenerate golden files
2022-05-30 11:13:29 -04:00
Cathy Wong
1caa2012bb
[MD] Normalize md5 tests - new golden files, unskip tests
2022-05-12 16:02:36 -04:00
Cathy Wong
d08846176b
[MD] Transforms Unificiation Feature - Phase 1B - Minor Code Fixes and UT updates
2022-05-11 16:21:35 -04:00
Cathy Wong
eb4fd20bac
[MD] Transform Unification Feature - Phase 2A - test_[a-q]*.py Python UT updates
2022-05-04 15:24:18 -04:00
liyong
3e1c668247
fix mnist dataset
2022-02-22 15:25:13 +08:00
chenx2ovo
77caf907c4
[feat][assistant][I3CEGR] add op random lighting
2021-10-19 20:38:01 +08:00
hesham
fd943bbdc0
Modify normalize to support multiple of channels
2021-05-07 17:06:26 -04:00
alex-yuyue
b54e01bfb4
Tensor op decoupling stage 2
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
2021-01-14 11:51:16 -05:00
Cathy Wong
e5f62013f4
dataset Python UT: Add Sampler Chain Tests, with get_dataset_size
2020-11-17 15:24:44 -05:00
nhussain
fda9462682
embed python compose op
...
Leaf ops do self-reset.
embed python compose op
add implicit compose op
more tests
2020-09-21 11:24:55 -04:00
Cathy Wong
7f6782be2a
dataset fixes: Update OneHot API docs; fixup Python UTs
2020-08-31 15:04:26 -04:00
islam_amin
94a4a3f20b
changing affine and posterize apis
2020-08-26 10:51:54 -04:00
nhussain
738ae2c78d
change api to use std_vector
...
try to display image
2020-08-18 15:41:21 -04:00
islam_amin
979111d0ef
Added Posterize Op
2020-08-18 13:55:47 -04:00
mindspore-ci-bot
113ff6ca24
!4367 CutMixBatch Augmentation Op
...
Merge pull request !4367 from MahdiRahmaniHanzaki/cutmix
2020-08-18 03:27:33 +08:00
mahdi
3ecc53fb4e
Added CutMix
2020-08-17 13:01:47 -04:00
Alexey Shevlyakov
8526d5414d
RandomColor
2020-08-13 16:10:21 -04:00
avakh
477528de7f
random sharpness cpp op support
2020-08-11 15:30:40 -04:00
nhussain
7766efd58e
add files
2020-08-11 11:54:14 -04:00
islam_amin
e52d85ba9d
Added RandomAffine Op
2020-08-10 17:52:50 -04:00
Mahdi
1896950ae5
Added Mixup
2020-08-07 17:47:16 -04:00
islam_amin
48ec178e77
Fixing AutoContrast/Equalize Bug
2020-07-23 14:32:37 -04:00
Amir Lashkari
6f186aafa0
Update Python UA op, AutoContrast Op and UT
...
Updated Validators.py
Fixed UA UT
Fixed UA UT
Fixed PyLint Errors
Added aditional changes
remove old golden AutoContrast UT file
updated Autocontrast python UT
Added golden files
Fixed issue
fixed UT
2020-07-22 14:16:16 +08:00
mindspore-ci-bot
c451146b14
!3255 Added cpp Equalize op to vision api
...
Merge pull request !3255 from alashkari/cpp_ops
2020-07-21 21:56:41 +08:00
Amir Lashkari
572750cd40
Added cpp Equalize op
...
adding missed files
Fixed Errors
fixed bugs
fixed bugs
fixed bugs
fixed bugs
fixed bugs
Updated Python UT for Equalize op
Added cpp Equalize op
adding missed files
Fixed Errors
fixed bugs
fixed bugs
fixed bugs
fixed bugs
fixed bugs
Updated Python UT for Equalize op
Fixed comment style
update files
deleted files
added files
added image_utils.h
Fixed PyLint and CPPLint Errors
updated tensor_op.h
2020-07-20 21:03:26 -04:00
xiefangqi
fbd9e3d402
vocdataset output multi-columns
2020-07-20 14:40:30 +08:00
mindspore-ci-bot
1a518e1cff
!3144 [MD] Fix ResizeOp behaviour
...
Merge pull request !3144 from nhussain/dataset_check
2020-07-17 06:04:14 +08:00
nhussain
c984b0fc88
fix size tuple
2020-07-16 17:02:34 -04:00
islam_amin
5647889c0d
Added AutoContrast Op
2020-07-16 13:09:52 -04:00
mindspore-ci-bot
37e8439c0a
!3077 supporting cpp invert operation
...
Merge pull request !3077 from ava/invert
2020-07-17 01:04:43 +08:00
avakh
35c3a63701
support cpp invert operation
2020-07-15 23:45:45 -04:00
Cathy Wong
04eb4f89c7
Cleanup dataset UT: Replace save_and_check
2020-07-15 20:47:31 -04:00
mindspore-ci-bot
ba0143402c
!3067 Cleanup dataset UT: Remove unneeded tf data files and tests
...
Merge pull request !3067 from cathwong/ckw_dataset_ut_cleanup6
2020-07-15 04:44:52 +08:00
Cathy Wong
ae1ed327ba
Cleanup dataset UT: Remove unneeded data files and tests
2020-07-14 12:24:54 -04:00
mindspore-ci-bot
48654be14d
!3040 BoundingBoxAugment op fix ratio
...
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
2020-07-14 09:36:34 +08:00
islam_amin
56da3b0ae1
Fixing ratio bug with BoundingBoxAugment
2020-07-13 18:11:19 -04:00
Jesse Lee
7c1bc5192b
Initial Drop of CacheOp Phase I
2020-07-13 10:18:53 -04:00
avakh
421b80bf8f
updating python unit tests based on floating point bounding boxes + adding coco dataset in unit tests
2020-07-07 18:05:49 -04:00
mindspore-ci-bot
9ba937b1af
!2920 Updating 3 BBox AugOps for Float + Common Files for BBox Float Support - (VertFlip/RandomCrop/RandomResizeCrop)
...
Merge pull request !2920 from danishnxt/AugOps-M1-Python
2020-07-08 05:18:58 +08:00
Danish Farid
78c370f72a
First Commit - New Infrastructure - Python UT tests + Common Aug Files
...
fix accidental change overwrite
fix 2
updated inits from 0 to 0.0 for float
improvd python ut comments
updated macro
2020-07-07 14:50:34 -04:00
islam_amin
dfc3409f67
Update RandomHorizontalFlipWithBBox and BoundingBouxAugment C++ Ops to use floats
2020-07-06 23:49:21 -04:00
tinazhang
dc03019200
unskip md5 testcase for RandomPerspective
2020-07-03 13:10:13 -04:00
tinazhang66
5cd3136355
remove local defined mse and add missing mse/md5 validation
2020-06-29 11:51:07 -04:00
avakh
1e869146e9
applying comments removing VOC
2020-06-26 12:39:48 -04:00
mindspore-ci-bot
e11c953225
!2587 Implementing Python UTs for BoundingBoxAugment and RandomHorizontalFlipWithBBox
...
Merge pull request !2587 from imaaamin/object_ops_ut
2020-06-26 00:43:31 +08:00
islam_amin
0f58f0338e
updating ut for RandomHorizontalFlipWithBBox and BBoxAugment
2020-06-25 11:35:22 -04:00
Danish Farid
3d1ecaaeb5
updated UT test for Python (3) AugOps with BBox - MD5 checks + imrpv comments
2020-06-25 03:19:14 -04:00
ms_yan
cf82aa9035
init remove storage op in c++
...
init remove storage op test case c++
remove source c++ files
2020-06-20 13:52:07 +08:00
Mahdi
add29f95f5
resolved issues in the comments
2020-06-15 16:45:18 -04:00
Tinazhang
c3de5c7a54
adding new TCs to six ops and skip md5 case in RandomPerspective
2020-06-09 10:51:45 -04:00