This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Something wrong of form .rec of my own data #13053
Unanswered
larsonwu0220
asked this question in
Q&A
Replies: 2 comments
-
@mxnet-label-bot [Question] |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot for reporting this issue. Is every label in the file incorrect or just a few? |
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.
-
I try to form .rec and .idx of my own data.

First, run im2rec.py to generate list :
python im2rec.py --list --recursive --train-ratio 1 [list folder] [images folder]
Second, run im2rec.py to generate .rec and .idx.


python im2rec.py --num-thread 4 [list folder] [images folder]
But when I read index,
The "header" has no label value.
Where is the problem?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions