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

colab #1

Closed
ak9250 opened this issue Oct 23, 2020 · 5 comments
Closed

colab #1

ak9250 opened this issue Oct 23, 2020 · 5 comments

Comments

@ak9250
Copy link

ak9250 commented Oct 23, 2020

can you please add a google colab for inference thanks

@jiupinjia
Copy link
Owner

can you please add a google colab for inference thanks

Hi, the link to the colab runtime has been added. Thanks for your suggestion.

@ak9250
Copy link
Author

ak9250 commented Oct 23, 2020

thanks

@ak9250 ak9250 closed this as completed Oct 23, 2020
@ak9250
Copy link
Author

ak9250 commented Oct 23, 2020

@jiupinjia I am getting this error for the last cell in colab

AttributeError Traceback (most recent call last)
in ()
10 fig = plt.figure(figsize=(4,8))
11 plt.axis('off')
---> 12 fig.axes.get_yaxis().set_visible(False)
13 ims = [[plt.imshow(img[:,:,::-1], animated=True)] for img in sf.output_img_list[0:40]]
14 ani = animation.ArtistAnimation(fig, ims, interval=50)

AttributeError: 'list' object has no attribute 'get_yaxis'

@jiupinjia
Copy link
Owner

You can remove the line "plt.axis('off')" and try again.
Actually, when you have reached the last cell, the results are already there in the ./SkyAR folder. The last cell is only used for a previous of your results.

@jiupinjia
Copy link
Owner

previous --> preview, sorry

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

2 participants