Mahdi
1896950ae5
Added Mixup
5 years ago
guansongsong
e377ffcebc
fix python api doc for mindspore.dataset second
5 years ago
guansongsong
0bf6ae913a
fix python api doc for mindspore.dataset
5 years ago
ms_yan
7888f78bb8
repair api format problem in totype, totensor, slice
5 years ago
ms_yan
d7c01210cc
check input param `degree` in (min, max) format in random_rotation and other op
5 years ago
mindspore-ci-bot
b4547adb43
!3306 fix api example
Merge pull request !3306 from guozhijian/fix_api_example
5 years ago
jonyguo
90a4e1205a
fix: api example
5 years ago
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
5 years ago
mindspore-ci-bot
c451146b14
!3255 Added cpp Equalize op to vision api
Merge pull request !3255 from alashkari/cpp_ops
5 years ago
mindspore-ci-bot
0c3d7ec947
!3243 fix RandomAffine resample bug
Merge pull request !3243 from yanghaitao/yht_fix_randomaffine
5 years ago
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
5 years ago
Zirui Wu
8c6dae88a7
update docstring for compose/randomAppply/randomChoice to stay consistent with py_transforms
address review cmts
address review cmts
5 years ago
yanghaitao
a97777d67e
fix RandomAffine resample bug
5 years ago
xiefangqi
194f73132e
fix numpy docstring problem
5 years ago
mindspore-ci-bot
a84092e89d
!3102 [MD] Add additional parameter checks in RandomCropWithBBoxOp and RandomResizeWithBbox
Merge pull request !3102 from nhussain/random_crop_fixes
5 years ago
mindspore-ci-bot
1a518e1cff
!3144 [MD] Fix ResizeOp behaviour
Merge pull request !3144 from nhussain/dataset_check
5 years ago
nhussain
c984b0fc88
fix size tuple
5 years ago
islam_amin
5647889c0d
Added AutoContrast Op
5 years ago
nhussain
5871ba8a05
more validator fixes
5 years ago
avakh
35c3a63701
support cpp invert operation
5 years ago
Zirui Wu
d233c54139
implemented cpp random choice, apply and compos
python part of random ops
added random select sub policy
validators added
comments added, remaining issues addressed
add more python test cases
fix ci
fix CI
fix order of include files
addr review cmts
addr review cmts
reorg file
fix compile err
address review cmts
address review cmts
5 years ago
Jesse Lee
7c1bc5192b
Initial Drop of CacheOp Phase I
6 years ago
Zirui Wu
7b15e5a742
rework on lookup
add test caser
fix ci
address review cmts
ci
addr review cmt
fix typo
address review cmts
add 2 more test cases
cpplint fix
addr cpplint
addr ci
fix tst case err
fix doc str
5 years ago
nhussain
6c37ea3be0
fix validators
fixed random_apply tests
fix validators
fixed random_apply tests
fix engine validation
5 years ago
islam_amin
90650658fa
Unify Python Docs for C++ Detection Ops
5 years ago
Cathy Wong
277aba5326
dataset: Fixup docs; remove pylint disabled messages in UT
5 years ago
avakh
587e260236
addressing comments
5 years ago
hesham
c6c6fbed38
Slice docstring changes
5 years ago
qianlong
cb01a99b08
fix dataset.text api doc
5 years ago
hesham
674415f7be
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
5 years ago
mindspore-ci-bot
bc4b1c2460
!2373 Comments + improved casting/parameters + UT tests for 3 AugOps (Augmentation Ops RandomCropWithBBox, Random Vertical FlipWithWithBBox and Random CropAndResizeWithWithBBox)
Merge pull request !2373 from danishnxt/AugOpsD1
5 years ago
mindspore-ci-bot
7bdcc319b2
!2325 Addressing comments from PR2314
Merge pull request !2325 from imaaamin/object_ops_pr2
5 years ago
Danish Farid
6442a85b75
comments added, ptrs to consts, UT tests for BBOps
updated comments for 3 BB AugOps
addressing comments, void -> status, macros added, fixed test cmt
changed types -> value, fixed ut test funcs, grammar
bug type fix
fixed condition in tests for viz
5 years ago
islam_amin
edc42c5b85
addressed comments from reviews
5 years ago
nhussain
d89101b95f
add missing test
5 years ago
Danish Farid
c1e6ece563
my files added back in
another commit
comm2
comm3
comm4
comm5
comm6
5 years ago
hesham
11826fb256
DuplicateOp
5 years ago
mindspore-ci-bot
90bb9320aa
!2314 Implemented RandomHorizontalFlipWithBBox and BoundingBoxAugment C++ Ops
Merge pull request !2314 from imaaamin/object_ops_pr
5 years ago
nhussain
5515016dba
remove graphengine changes
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
5 years ago
islam_amin
0af156d169
added two ops for object detection, random horizontal flip with bbox and bouding box augment. along with their unit tests
5 years ago
xunxue
87aa9c8f7a
PadEndOp
5 years ago
mindspore-ci-bot
5850b99161
!2211 Add TruncatePair Op to dataset
Merge pull request !2211 from h.farahat/pair_truncate
5 years ago
mindspore-ci-bot
d0c5071cab
!1993 [Dataset] Fix codedex.
Merge pull request !1993 from luoyang/pylint
5 years ago
hesham
b9495a9ccc
Truncate Pair
5 years ago
Yang
dee8471d23
!1993 [Dataset] Fix codedex.
5 years ago
hesham
f2462bb00d
Mask Op
5 years ago
hesham
e2012a1de9
Slice Op
5 years ago
mindspore-ci-bot
670a512a9a
!2145 Replace np.sum in check_numpyslicesdataset() to correct deprecated warning
Merge pull request !2145 from cathwong/ckw_dataset_npsum_slice_warn
5 years ago
Cathy Wong
201008d49b
Replace np.sum to correct deprecated warning
5 years ago
nhussain
dd9bf09f0a
added FillOp for #119 - special Ops
5 years ago