Giter Club home page Giter Club logo

pyfrep's People

Contributors

fayolle avatar torrero avatar

Watchers

 avatar  avatar  avatar

pyfrep's Issues

Check type of created tensors

When creating tensors, check that they have consistent types.
It seems that sometimes we use float32, other times float64. It doesn't always mix well.

Standardize naming and parameters

Standardize naming conventions and parameters across SDF and non-SDF functions.
For example, we have primitives.cylX() and sdf_primitives.cylinderX().

Use consistent naming

Use a consistent naming. For example in IO, some of the functions are called 'save' others are called 'write'.

Complete SDF primitives

Several SDF primitives are missing (platonic solids, cone variants, triangle, ...). Add them.

Allow for different backends

Ideally it should be possible to have multiple backends (PyTorch, Jax) and to be able to switch easily between them.
Currently only PyTorch is supported.

Add setup.py

Add setup.py such that we do not need to add

sys.path.append(os.path.join(os.path.dirname(__file__), "../"))

in the shape scripts.

Change the project name?

Change the project name to something else. The problem is that the term "differentiable" does not appear anywhere (the current name is "PyFRep").
Possible names: Diff-FRep, diff-FRep, Diff_FRep, diff_FRep?

Do not forget to change the project name in the file setup.py as well.

Slicing

Add a simple implementation of slicing.

Examples should only contain showcase examples

The directory 'Examples' should only contain examples showcasing use-cases of the library.
Some of the examples can be removed (for example, one example of micro-structure is sufficient, the conv example is not needed, the gyroid example is probably not needed as well, ...)

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.