Git Product home page Git Product logo

gaugan2-renderer's People

Contributors

gormlabenz 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

Watchers

 avatar  avatar  avatar

gaugan2-renderer's Issues

Would you help me with your script?

Hi.
I hope this is the right place to contact you. At first a big thank you for writing this script. I am using GauGan for Art. I am very interested in using your script because it would make it much easier for me to automate the uploading process. The only problem is that I have absolutely no experience in Python. Working on Windows. I have Python installed and I managed to download your script.
Could you give me a hint how to use it? I know how to open the python console.

I tried to start the script with the command “main.py” I get this:
..\gaugan2_renderer.py", line 5, in
import imageio
ModuleNotFoundError: No module named 'imageio'

When I try “gaugan2_renderer.py” I get the same:
..\gaugan2_renderer.py", line 5, in
import imageio
ModuleNotFoundError: No module named 'imageio'

Under the ReadMe you write: “Clone this repository and import the Gaugan2Renderer from gaugan2_renderer” If this is an important step I need to do, could you tell me how to do that? As I understand cloning the repository in my case is downloading and unpacking the Zip. So that is done. How do I import the Gaugan2Renderer from gaugan2_renderer?
After that do I have to create 2 folders with the names “input_folder” and “output_folder”?
I would be very thankful if you could help me getting your script to work. I hope this is not bothering you too much.

video output

Hi, im having an issue with the video frames. these are rendered scattered no order at all, have you had this issue before? how can i prevent this? thanks for the amazing job!

How to set the text ?

Hey, I have been trying to add text as as input but can't seem to make it work for some reason, here is what I tried:
within def close_popups I added :

activate_text_input = self.driver.find_element(
By.XPATH, '//*[@id="enable_text"]')
if activate_text_input:
activate_text_input.click()

and then added :

def type_text(self):
type_input = self.driver.find_element(
By.CSS_SELECTOR,"#text_input")
if type_input:
type_input.send_keys("landscape at midnight")

the script runs but it bypasses the text input everytime, do you have any idea why ?

best !

Output sequence contains anomalies

Ive just rendered a numbered sequence of images throughout the renderer and some of the output images are not the same as the corresponding input image, for example Input image 4 is clearly not the same frame as output image 4. However this seems to only happen occasionally, with the rest of the sequence being numbered as you'd expect. These anomalies also seem to regularly be the same frame, but not all of them. Attached is my example of both an input and output image that are the same number.

Input Gaugan Cliff0004

Output Gaugan Cliff0004

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.