Giter Club home page Giter Club logo

Comments (4)

marian42 avatar marian42 commented on May 31, 2024 1

I have to admit that I wrote everything in this repository, except for the point-based GANs. These have been implemented by @rusty1s. We haven't done any of the animated visualizations with the point-based GANs.

We made the graphics for the paper by saving meshes and rendering them with Blender. @rusty1s, do you happen to have the code that was used to save these meshes?

Alternatively, you can try to get the train_point_gan.py script to work with the mesh viewer that is used in the rest of the project. A first step for that would be to replace the SDFGenerator in train_point_gan.py with the model.sdf_net.SDFNet class that is used everywhere else. The two classes do the same thing, we just worked on this in parallel. I know this is inconvenient, sorry!

from shapegan.

rusty1s avatar rusty1s commented on May 31, 2024 1

The easiest way to get this working is to copy-paste the get_mesh functionality to the SDFGenerator class, just like I did here in the point_sdf branch.

from shapegan.

ckxz avatar ckxz commented on May 31, 2024 1

Thanks @rusty1s and @marian42 . I have it up and running.

from shapegan.

ckxz avatar ckxz commented on May 31, 2024

What I'm interested in are actually the meshes. @rusty1s, I'd be truly thankful if you could share the code you used to saving them. Otherwise, I'll proceed and try what you suggest @marian42.

from shapegan.

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.