Giter Club home page Giter Club logo

npy_to_ply's Introduction

NPY to PLY

Convert npy file to ply file.

Requirement


  • Python3.x
    • open3d (pip)
      • python3-testresources

Installing

Run the following command :

$ pip3 install open3d

Warning
If the following error occurs :
[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. launchpadlib 1.10.13 requires testresources, which is not installed.

Run the following command :

# Check 
$ pip3 check
launchpadlib 1.10.13 requires testresources, which is not installed. (→ ☓)

$ sudo apt install python3-testresources

# Check again
$ pip3 check
No broken requirements found. (→ OK)

$ pip3 install open3d

Tests


Default Configuration
input datas (npy) : [input/]
output datas (ply) : [output/]

Run the following command :

python3 main.py

Results


Example of the results of looking at the output data using meshlab.

meshlab_output

npy_to_ply's People

Contributors

koukemo avatar

Watchers

 avatar

npy_to_ply's Issues

no result oupt

程序执行完了,控制台有输出,但是result里面没有生成文件啊?

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.