Giter Site home page Giter Site logo

point-cloud-processing's People

Contributors

chambbj avatar luipir avatar mathieu1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

point-cloud-processing's Issues

RuntimeError: call execute() before fetching arrays

While trying to execute below line:

arr = pipeline.arrays[0]

Getting below error:

RuntimeError                              Traceback (most recent call last)
<ipython-input-15-dfed5279fb56> in <module>
      1 # Load Pipeline output in python objects
----> 2 arr = pipeline.arrays[0]
      3 description = arr.dtype.descr
      4 cols = [col for col, __ in description]
      5 df = pd.DataFrame({col: arr[col] for col in cols})

c:\users\anindya\anaconda3\envs\dsm1\lib\site-packages\pdal\pipeline.py in get_arrays(self)
     43 
     44     def get_arrays(self):
---> 45         return self.p.arrays
     46     arrays = property(get_arrays)

pdal\libpdalpython.pyx in pdal.libpdalpython.PyPipeline.arrays.__get__ (pdal/libpdalpython.cpp:2352)()

RuntimeError: call execute() before fetching arrays

PCL_UTILS cannot be imported

Hello,

I'm new to pcl. While redoing the work u uploaded, I have an issue. In my Mac, I have both pcl and python-pcl. But in your code, u import an package at the very beginning which is pcl_utils. I'm just wondering what the package is and how could I install.

Much appreciates.

Sincerely,
Rowen

Issue open creating 3D model ?

Hi everyone,

First of all thank you for the notebook it is really interesting. I try to understand all the notebook "point-cloud-processing-static.ipynb", but it doesn't work on the creation of 3D model if I take another building, or several buildings.
For example :
image

It gives me something like that :
image

I'm sure I have to change the Build 3D model in rotated coordinates and Plot 3D model parts, but for now it doesn't work.

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.