mxnet-im2rec_tutorial icon indicating copy to clipboard operation
mxnet-im2rec_tutorial copied to clipboard

Im2rec.py: error: unrecognized arguments TRUE

Open jasperDD opened this issue 5 years ago • 0 comments

I want create .rec file (ubuntu 18) So i have im2rec.py then traim with .lst i do so

python /home/Downloads/im2rec.py /home/Downloads/train ’ --center-crop True --resize 224 --pack-label True and then get this error im2rec.py: error: unrecognized arguments TRUE How to fix it?

pencv@opencv-virtual-machine:~$ python /home/opencv/Downloads/im2rec.py /home/opencv/train . --resize 224 --pack-label True usage: im2rec.py [-h] [–list] [–exts EXTS [EXTS …]] [–chunks CHUNKS] [–train-ratio TRAIN_RATIO] [–test-ratio TEST_RATIO] [–recursive] [–no-shuffle] [–pass-through] [–resize RESIZE] [–center-crop] [–quality QUALITY] [–num-thread NUM_THREAD] [–color {-1,0,1}] [–encoding {.jpg,.png}] [–pack-label] prefix root im2rec.py: error: unrecognized arguments: True

my file taken from i didn edit it https://github.com/apache/incubator-mxnet/blob/master/tools/im2rec.py

jasperDD avatar Feb 24 '19 13:02 jasperDD