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

OSError: Failed to interpret file 'data/images/AFLW2000-crop/image00002/image00002_cropped.jpg' as a pickle #8

Open
deepdarkfans opened this issue Jul 30, 2020 · 3 comments

Comments

@deepdarkfans
Copy link

I had this error when I set --isVisualize=1,how do I solve this problem?

@deepdarkfans
Copy link
Author

deepdarkfans commented Jul 30, 2020

oh,I fix this problem,just change the test_data[i].cropped_image_path to test_data[i].cropped_posmap_path
but then I get two pictures like this.
I do not understand why I get this picture and stand for what
image
image

@reshow
Copy link
Owner

reshow commented Aug 9, 2020

I saved the image as a .npy file in the earlier version and forget to change it. You can just replace np.load() by io.imread().

@rakacendekia
Copy link

Hey, i just change the np.load() by io.imread(), and i get this picture. My question is, how to show the alignment results like the example you give. Thanks
Figure_1

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

3 participants