Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

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

@quinnliu

Description

@quinnliu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions