yanghaitao1
4ff4c17632
fix get_dataset_size in CelebADataset when usage is not all
4 years ago
Lixia Chen
b5b333726f
Leaf ops do self-reset.
4 years ago
liyong
16147669a6
fix num_samples in concatDataset
4 years ago
mindspore-ci-bot
2dfb2f3578
!6009 Add Affine transformation ut for Lite Dataset
...
Merge pull request !6009 from jiangzhiwen/lite/affine_ut
4 years ago
nhussain
92e99ff224
change map calls
4 years ago
jiangzhiwen
d4ce668b9b
add Affine ut
4 years ago
mindspore-ci-bot
dff02cc282
!5188 rename image files in imagefolder
...
Merge pull request !5188 from tony_liu2/alt
5 years ago
Cathy Wong
7f6782be2a
dataset fixes: Update OneHot API docs; fixup Python UTs
5 years ago
tony_liu2
5e4c314130
rename dataset dir and image files
...
change references to use path original
revert folder name
revert graphengine
5 years ago
islam_amin
94a4a3f20b
changing affine and posterize apis
5 years ago
Eric
c79db93c48
Initial commit for album
...
Added linter fix for album dataset
Added testDataset
Adding signature
Added JsonDataset example API
Example dataset
Resolving format
More fixing
Refactor
Small fix
Added compiling album dataset
Running tests
Added linter fix #1
Passing UT
Added dataset API
Addressing clang
Clang part 2
Fixing pass
Fixed tree check
lint fix
Added lint fix part 2
5 years ago
mindspore-ci-bot
d541e261a0
!4696 C++ API Support for CSV Dataset
...
Merge pull request !4696 from jiangzhiwen/jzw/c_api_csv
5 years ago
mindspore-ci-bot
256dccc651
!4498 Gnn data processing supports distributed scenarios
...
Merge pull request !4498 from heleiwang/gnn_distributed
5 years ago
jiangzhiwen
39df25f803
c++ api for CSV Dataset
5 years ago
heleiwang
8ee4d8e92d
Gnn data processing supports distributed scenarios
5 years ago
nhussain
738ae2c78d
change api to use std_vector
...
try to display image
5 years ago
islam_amin
979111d0ef
Added Posterize Op
5 years ago
mindspore-ci-bot
113ff6ca24
!4367 CutMixBatch Augmentation Op
...
Merge pull request !4367 from MahdiRahmaniHanzaki/cutmix
5 years ago
mahdi
3ecc53fb4e
Added CutMix
5 years ago
Alexey Shevlyakov
8526d5414d
RandomColor
5 years ago
avakh
477528de7f
random sharpness cpp op support
5 years ago
nhussain
7766efd58e
add files
5 years ago
islam_amin
e52d85ba9d
Added RandomAffine Op
5 years ago
Mahdi
1896950ae5
Added Mixup
5 years ago
mindspore-ci-bot
bac1781539
!3648 Add some testing cases for mindspore.profiler
...
Merge pull request !3648 from 张毅辉/zyh_profiler_test
5 years ago
LiuCunwei
c133059c59
enhance: imagenet to mindrecord mapfile
5 years ago
zhangyihui
54f2cf4ef0
add some test case for profiler
5 years ago
islam_amin
48ec178e77
Fixing AutoContrast/Equalize Bug
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
0e27dccbcf
!3093 VOCDataset output change to multi-columns
...
Merge pull request !3093 from xiefangqi/md_voc_multi_columns
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
mindspore-ci-bot
b091f74c23
!3016 Add CSV dataset loader
...
Merge pull request !3016 from jiangzhiwen/dataset/csv
5 years ago
jiangzhiwen
2f506b7985
CSV dataset loader
5 years ago
mindspore-ci-bot
fa7fa8a162
!3234 [MD] fix bug when save tfrecord data
...
Merge pull request !3234 from liyong126/fix_save_tfrecod
5 years ago
liyong
f521532a06
fix field_name probelem from tfrecord to mindrecord
5 years ago
xulei2020
18b519ae0f
add sentence piece
5 years ago
xiefangqi
fbd9e3d402
vocdataset output multi-columns
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
mindspore-ci-bot
37e8439c0a
!3077 supporting cpp invert operation
...
Merge pull request !3077 from ava/invert
5 years ago
avakh
35c3a63701
support cpp invert operation
5 years ago
Cathy Wong
04eb4f89c7
Cleanup dataset UT: Replace save_and_check
5 years ago
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
5 years ago
Cathy Wong
ae1ed327ba
Cleanup dataset UT: Remove unneeded data files and tests
5 years ago
tinazhang
340d98a4d1
added test case to cifar_op
...
update cifar10 dataset
fixing missing error handling code in validator
5 years ago
mindspore-ci-bot
48654be14d
!3040 BoundingBoxAugment op fix ratio
...
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
5 years ago
islam_amin
56da3b0ae1
Fixing ratio bug with BoundingBoxAugment
5 years ago
Jesse Lee
7c1bc5192b
Initial Drop of CacheOp Phase I
5 years ago