Giter VIP home page Giter VIP logo

world-gan's People

Contributors

frederikschubert avatar mawiszus 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

world-gan's Issues

Isn't working

Hi,

it's not working with Python 3.9, 3.8 cause bpy 2.82.1 (Requires: Python >=3.7, <3.8). Than I could import most of the requirements with Python 3.7.9.

But ...

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pytorch-lightning 1.2.2 requires PyYAML!=5.4.*,>=5.1, but you have pyyaml 5.4 which is incompatible.

Than I installed

pip install PyYAML==5.3.1

But when I try to run it, I get:

python main.py *TODO* --alpha 100 --niter 4000 --nfc 64

Traceback (most recent call last):
  File "main.py", line 3, in <module>
    from generate_samples import generate_samples
  File "D:\projects\github\Mawiszus\World-GAN\generate_samples.py", line 7, in <module>
    from config import Config
  File "D:\projects\github\Mawiszus\World-GAN\config.py", line 4, in <module>
    from typing import List, Literal, Optional, Union
ImportError: cannot import name 'Literal' from 'typing' (C:\Users\rafal\AppData\Local\Programs\Python\Python37\lib\typing.py)

Which Python version is working for this project?

Thx

Preprocessing steps

Hi,
Can you please explain about the data and the preprocessing steps as well as code for it? I am trying to use my own data.
You response would be very helpful for me.
Thank you

Noise at Scale > 0

Hi,

I'm currently working on an undergraduate Honors thesis building upon the work that you've done, but have been having some issues and was wondering if you might be able to clarify part of this code. I have found that when training the GAN on my own area, the generated area seems to always be nearly identical to the original. I've done some exploration of the code and found that this line seems to imply that there is no noise being applied at other scales, despite the comment saying that noise should be added to the previous output. Could you please clarify how noise is handled at scales > 0? The fact that this appears to be no noise at other scales would explain why my generated worlds are nearly identical to the original, but I'm not confident in how I can modify this to get much more variation. Thank you for your help!

Some questions about config.py file

Excuse me, in the config.py, I set input_dir and input_name to 'input/minecraft' and 'Empty_World' respectively. However, when I run the training, it will have an error message: 'input/minecraft/Empty_World/region/r.2.2.mca'. I've verified that this file doesn't exist in that path. Can you please advise on how to resolve this issue?
Screenshot 2023-10-18 194335
Screenshot 2023-10-18 194555

Pickle Error When Training Block2Vec Embedding

Hi again!

I've made a lot of progress, but I'm having an error when trying to train a block2vec embedding using your existing code. I'm getting the error: AttributeError: Can't pickle local object 'create_compund_nbt_class.<locals>.CompundNBTTag', which I've been able to trace as a result of the CompoundNBTTag class being declared locally within PyAnvilEditor.

I was curious how you got around this error. I've tried using the exact same PyTorch and PyTorchLightning versions that you have in the requirements, but there has been no change. I've learned that this error comes from PyTorch Lightning trying to use multiprocessing for the training, but have yet to find a way around the error.

Any help would be appreciated! Thank you!

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.