mindspore-ci-bot
61c96a444f
!17100 clean minddata lint
From: @luoyang42
Reviewed-by: @liucunwei,@jonyguo
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
b7ba84b568
!17372 dataset: clean code check problem
From: @ms_yan
Reviewed-by: @liucunwei,@jonyguo
Signed-off-by: @liucunwei
4 years ago
ms_yan
ee88785b9e
repair code check problem
4 years ago
ms_yan
9028408da7
put exception into result_queue and do reraise in main process
5 years ago
mindspore-ci-bot
583857799f
!17161 FIX selected CI
From: @ziruiwu
Reviewed-by: @robingrosman,@john_tzanakakis
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
a0d47b4dea
!17259 MD CI code warning fixes
From: @cathwong
Reviewed-by: @robingrosman,@pandoublefeng
Signed-off-by: @robingrosman
4 years ago
luoyang
4be15bcaf1
clean minddata lint
4 years ago
mindspore-ci-bot
22aa41fc33
!17244 dataset: repair bug in PILCUBIC resize
From: @ms_yan
Reviewed-by: @jonyguo,@liucunwei
Signed-off-by: @jonyguo
4 years ago
mindspore-ci-bot
497505631c
!17061 Delete extra files, and change camel format
From: @zetongzhao
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Zirui Wu
f31d9b3a2d
fix CI
fix CI
4 years ago
Cathy Wong
3c61e3b7c7
MD CI code warning fixes
4 years ago
ms_yan
9e73b33369
repair bug in PILCUBIC resize
4 years ago
liyong
322c342979
fix codecheck
4 years ago
zetongzhao
728b180329
delete_extra files
4 years ago
mindspore-ci-bot
878fbdaf61
!16564 adjust default monitoring sampling interval and change output save pattern
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
686225ad2a
!16382 Unity Input Order
From: @zetongzhao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
11cfa0bd9c
!16943 Fix an issue that cache server cannot be started inside docker containers
From: @lixiachen
Reviewed-by: @robingrosman,@john_tzanakakis
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
730e211e52
!16702 Add GaussianBlur API for CV data processing
From: @tiancixiao
Reviewed-by: @liucunwei,@jonyguo
Signed-off-by: @liucunwei
4 years ago
zetongzhao
4cb53823fd
all the updated input order
Fix FillOperation to_json function
Fix FillOperation to_json function
serialize tensor without testing
fix unity input order bug, next step is to test the tensor serialization
serialize tensor, testing code in tensor_test.cc
change for tensor serialization
changes after review
changes after review
clang-format the files
rename
5 years ago
Lixia Chen
029e0b52d7
Allow cache server to run inside a docker env
4 years ago
mindspore-ci-bot
d0978f709a
!16167 CocoDataset add a new column according a new arg extra_metadata
From: @xiefangqi
Reviewed-by:
Signed-off-by:
4 years ago
xiefangqi
5bed6463a2
Fix feed mode dataset profiling queue size
4 years ago
mindspore-ci-bot
e513786709
!16565 Bug in Normalize when num_channels > 128
From: @hfarahat
Reviewed-by: @robingrosman,@pandoublefeng
Signed-off-by: @robingrosman
4 years ago
xiefangqi
53891dbdf7
coco add img_id column
5 years ago
Xiao Tianci
3f495bbae1
add GaussianBlur API
4 years ago
YangLuo
96919a1346
update cpp api doc
5 years ago
Zirui Wu
21ffe26647
re-adjust default sampling interval
4 years ago
mindspore-ci-bot
05bbd1d8fa
!16426 Change the permission of cache shared memory to 600 for security
From: @lixiachen
Reviewed-by: @robingrosman,@pandoublefeng
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
1cb2d31642
!16509 GNN dataset new feature for invalid edge or node id case
From: @lizhenglong1992
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
hesham
bc92011b5f
Bug in Normalize when num_channels > 128
4 years ago
Zhenglong Li
9284b6d6af
Add special case returned value for get feature function
4 years ago
mindspore-ci-bot
ec9fc5fb3b
!16384 Fix python multiprocessing with shared memory for edge case
From: @robingrosman
Reviewed-by: @mikef
Signed-off-by: @mikef
4 years ago
Lixia Chen
8812111f94
change shared mem perm to 600 & minor other fixes
5 years ago
mindspore-ci-bot
601322356b
!15638 VOCDataset need to add img_id for evaluation
From: @xiefangqi
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
xiefangqi
9b846c7873
voc add image_id column
5 years ago
RobinGrosman
ca88d7d76a
fix edge case and docstring in minddata multiprocessing shared memory code
4 years ago
jonyguo
9452142b50
enhance: enable shuffle infile / files when mindrecord
5 years ago
RobinGrosman
791c841a27
disable multiprocess shared memory code for minddata until more testing
5 years ago
mindspore-ci-bot
b5cddcb8cc
!16036 Improve performance of multi-processing option for dataset
From: @robingrosman
Reviewed-by:
Signed-off-by:
5 years ago
RobinGrosman
9a7d1fc034
Optimize multi-process in minddata by passing data via shared memory instead of multiprocessing.queue
5 years ago
mindspore-ci-bot
ebed057e72
!16196 If Imagefolder input directory is not right, will occur out of memory error
From: @xiefangqi
Reviewed-by: @ms_yan,@heleiwang,@jonyguo
Signed-off-by: @jonyguo
5 years ago
mindspore-ci-bot
b117eeca1c
!15855 dataset: add align memory option for LiteMat init
From: @ms_yan
Reviewed-by: @jonyguo,@liucunwei
Signed-off-by: @jonyguo,@liucunwei
5 years ago
mindspore-ci-bot
6fcd6cab68
!16119 Fix minddata issues
From: @luoyang42
Reviewed-by: @jonyguo,@liucunwei
Signed-off-by: @jonyguo,@liucunwei
5 years ago
ms_yan
316c0b74c4
add align_memory option to solve free coredump problem
5 years ago
mindspore-ci-bot
d3a175e30f
!16078 Modify Normalize to accept images with more than 3 channels
From: @hfarahat
Reviewed-by: @mikef,@robingrosman
Signed-off-by: @robingrosman
5 years ago
xiefangqi
e0148f7181
fix minddata directory path problem
5 years ago
YangLuo
0a4da64e13
Fix minddata issues
5 years ago
mindspore-ci-bot
b86747b9a6
!15813 Convert some pipeline Ops to be inlined
From: @hfarahat
Reviewed-by:
Signed-off-by:
5 years ago
hesham
fd943bbdc0
Modify normalize to support multiple of channels
5 years ago
mindspore-ci-bot
b85bf60eb8
!15727 VOCDataset read xml will filter invalid bbox automationally
From: @xiefangqi
Reviewed-by: @heleiwang,@jonyguo
Signed-off-by: @jonyguo
5 years ago