Help with im2rec (again!)

Hi,

I don’t manage to use im2rec to convert some pictures to recordio format.
my dir structure is the following:

/repo1/repo2/class1
-p1.jpg
-p2.jpg
-…
/repo1/repo2/class2
-…

I don’t manage to do the first step of what seems to be the latest tuto here: https://gluon-cv.mxnet.io/build/examples_datasets/recordio.html:

python im2rec.py result /repo1/repo2/ --recursive --list --num-thread 8

returns an empty result.lst file

How to do that first step?

this worked:

python im2rec.py result repo1/repo2 --recursive --list --num-thread 8

1 Like