Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues in IO Image Notebooks #34

Open
kevinthesun opened this issue Feb 13, 2017 · 1 comment
Open

Issues in IO Image Notebooks #34

kevinthesun opened this issue Feb 13, 2017 · 1 comment

Comments

@kevinthesun
Copy link
Contributor

kevinthesun commented Feb 13, 2017

Some issues in io image notebooks:

  1. In record_io.ipynb cell No.9:
s = mx.recordio.pack_img(header, data, quality=100, img_fmt='.jpg')

results in segmentation fault.

  1. In advanced_img_io.ipynb cell No.9:
img = cv2.imread('test_images/ILSVRC2012_val_00000001.JPEG', flags=1)

results in segmentation fault. I searched this online and found it might be an opencv bug.

  1. In image_io.ipynb cell No.5:
    MXNetError: [07:28:27] src/io/input_split_base.cc:163: Check failed: files_.size() != 0U (0 vs. 0) Cannot find any files that matches the URI patternz ./data/caltech_train.rec

All these tests were run on AMI Ubuntu. I also rebuilt mxnet using updated github version.
@piiswrong Any idea?

@kevinthesun
Copy link
Contributor Author

For the third issue, the reason is "./data/caltech_train.rec" has changed to "./data/caltech.rec"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant