GithubHelp home page GithubHelp logo

Comments (4)

QtEngineer avatar QtEngineer commented on June 3, 2024

I tried to use make_dataset.py to make famous_origin dataset for training but only got 3 files :
WARNING:only some output files are missing: ['datasets/famous_original/04_pts_vis/Utah_teapot_solid.xyz']
..., flower.xyz
..., Cup34.xyz

from points2surf.

QtEngineer avatar QtEngineer commented on June 3, 2024

both error accured when I tried to preproces ShapeNet with about 1000abjs,but only got 50

from points2surf.

ErlerPhilipp avatar ErlerPhilipp commented on June 3, 2024

make_dataset.py has a parameter "num_max_faces", which filters all input meshes with more faces. you can set this to "None" to allow all meshes. the reason for this is that the SDF calculation in Trimesh takes very long, depending on the mesh complexity. there are other requirements like they must be watertight and 2-manifold.

most ShapeNet objects have a very bad quality. when i tried, i couldn't even calculate vertex normals because of all the non-manifold pieces. you need either to clean the shapenet objects or use a different SDF calculation.

from points2surf.

QtEngineer avatar QtEngineer commented on June 3, 2024

thanks a lot!

from points2surf.

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.