shap-e icon indicating copy to clipboard operation
shap-e copied to clipboard

text_to_3d_sample : NameError: name 'display' is not defined

Open T-rvw opened this issue 2 years ago • 2 comments
trafficstars

where is the definition of function display? Not defined in my environment.

T-rvw avatar May 13 '23 14:05 T-rvw

https://www.youtube.com/watch?v=UFQ8xVUp4w8

YVS007 avatar May 16 '23 10:05 YVS007

I suppose display only supports jupyter and does not work in linux without GUI. To save the .gif files, try: import imageio imageio.mimsave(filename, images, 'GIF') # images here indicate the output of decode_latent_images

weiyao1996 avatar May 19 '23 15:05 weiyao1996