Code Monkey home page Code Monkey logo

Comments (4)

ondys avatar ondys commented on August 15, 2024

Hi. Thanks for the report. Can you please send us test models for both cases? (PLY models that Draco failed to load and PLY model created by Draco that couldn't be loaded in MeshLab).

We have been testing our output models in MeshLab and we are not aware of any issues with this workflow.

from draco.

PatOnyx avatar PatOnyx commented on August 15, 2024
  1. Please find attached "head1.ply" in the ZIP container which corresponds to one PLY file which is not supported by the DRACO encoder but that can be loaded/diplayed by Meshlab ([64 bits / v1.3.4] or [64 bits / v2016.12]) without issue.
    head1.zip

  2. At the decoder side and according to the command lines below, the "bun_zipper_rec.ply" cannot be read by Meshlab ([64 bits / v1.3.4] or [64 bits / v2016.12]) by using your own "bun_zipper.ply" as input mesh. The "bun_zipper.ply" file is the one located in the "testdata" directory provided in the DRACO package.

./draco_encoder.exe -i ../../testdata/bun_zipper.ply -o bun_zipper.drc
./draco_decoder/exe -i bun_zipper.drc -o bun_zipper_rec.ply

from draco.

Codersadis avatar Codersadis commented on August 15, 2024

I‘ve met the same issue.
I can not open the decoded .ply file either.

from draco.

ondys avatar ondys commented on August 15, 2024

We found a problem with .ply encoding on windows builds. It has been fixed and the decoded files should now be readable by Meshlab. Thanks for the report!

As for decoding the "head1.ply". The file is encoded in "format binary_big_endian" which is not supported by Draco. Currently, Draco supports only "format binary_little_endian" and "format ascii". You can probably convert your mesh to the little endian format in Meshlab. We plan to add support for the big endian format in future.

from draco.

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.