Code Monkey home page Code Monkey logo

Comments (5)

jiupinjia avatar jiupinjia commented on May 20, 2024 1

can you please add a google colab for inference thanks

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

from skyar.

ak9250 avatar ak9250 commented on May 20, 2024

thanks

from skyar.

ak9250 avatar ak9250 commented on May 20, 2024

@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'

from skyar.

jiupinjia avatar jiupinjia commented on May 20, 2024

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.

from skyar.

jiupinjia avatar jiupinjia commented on May 20, 2024

previous --> preview, sorry

from skyar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.