You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: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?
The text was updated successfully, but these errors were encountered: