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

was anyone able to open && view the training_examples.pkl file using Python 3.7.4? #3

Open
quinnliu opened this issue Jan 16, 2021 · 0 comments

Comments

@quinnliu
Copy link

quinnliu commented Jan 16, 2021

on Mac 10.15.7 using Python 3.7.4

Great project!

Any advice on how I can view the training_examples.pkl file IKEA images with something like:

    from matplotlib import pyplot
    with gzip.GzipFile(SYMBOLIC_DATA_PATH, 'rb') as file:
        IKEA_training_images = pickle.load(file, encoding='bytes')
        image = ?
        pixels = image.reshape((X, Y))
        pyplot.imshow(pixels)
        pyplot.show()

After investigating further I think the better question is are you comfortable with sharing the code for generating the RGB image training examples so I can create 3D training examples?

Screen Shot 2021-01-15 at 9 02 45 PM

@quinnliu quinnliu changed the title was anyone able to open the training_examples.pkl file using Python 3.7.4? was anyone able to open && view the training_examples.pkl file using Python 3.7.4? Jan 16, 2021
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