GithubHelp home page GithubHelp logo

jiauzhang / draggan Goto Github PK

View Code? Open in Web Editor NEW
2.2K 2.2K 162.0 1.7 MB

Implementation of DragGAN: Interactive Point-based Manipulation on the Generative Image Manifold

License: MIT License

Python 100.00%

draggan's Introduction

Sponsor 知乎 微信公众号

draggan's People

Contributors

jiauzhang avatar sovea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

draggan's Issues

NOT work at all

I cloned the repo and tried to use it, but it’s completely different from what was described in the paper. I cannot reproduce the results. Why would an unfinished work be released?

AttributeError: module 'dearpygui.dearpygui' has no attribute 'add_item_double_clicked_handler'

I installed dearpygui and cloned this repo. I tried to execute python gui.py. Then the following errors appeared.

D:\code\python\DragGAN>python gui.py
Traceback (most recent call last):
  File "D:\code\python\DragGAN\gui.py", line 183, in <module>
    dpg.add_item_double_clicked_handler(callback=select_point)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'dearpygui.dearpygui' has no attribute 'add_item_double_clicked_handler'

D:\code\python\DragGAN>python
Python 3.11.2 (878ead1-dirty:878ead1, Feb 13 2023, 05:29:50) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import dearpygui
>>> import dearpygui.dearpygui
>>> import dearpygui.dearpygui as dpg
>>> dpg.add_item_double_clicked_handler
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'dearpygui.dearpygui' has no attribute 'add_item_double_clicked_handler'
>>> dearpygui.__version__
'1.8.0'
>>>

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.