This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 2 comments
-
|
Hey, this is the MXNet Label Bot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@mxnet-label-bot add [Question] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
test='C:\Users\Admin\Desktop\test.lst' # folder where must be my test.lst
test='C:/Users/Admin/Desktop/test.lst'
DataSet='C:/Users/Admin/Downloads/mypic/'
data_iter = mx.image.ImageIter(
batch_size=4,
data_shape=(3,816, 1232),
label_width=4,
path_imglist='C:/Users/Admin/Desktop/test.lst',
path_root='DataSet')
for data in data_iter: d = data.data[0]
break
error
=================================
Beta Was this translation helpful? Give feedback.
All reactions