How to read images into gluoncv from zip file? #15339
Replies: 3 comments
-
In python3, when using multi gpu, will cause this error: |
Beta Was this translation helpful? Give feedback.
-
@zhoulukuan I have tagged this question so that experts can look into this . I would also recommend posting this question on https://discuss.mxnet.io/ @mxnet-label-bot add [Question] |
Beta Was this translation helpful? Give feedback.
-
OK. I will post this question. |
Beta Was this translation helpful? Give feedback.
-
I had to read images from the entire zip file because the number of images under a folder exceeds the limit of the Linux system. I used such code
It seems that I get the BGR image which is similar with what I get when using
mx.image.imread(img_path, 1)
in gluoncv. But I am curious about whether such a reading method will encounter some problems when dealing with multiple processes. Is the speed very slow? Is there a better way to deal with this problem in mxnet?Beta Was this translation helpful? Give feedback.
All reactions