GithubHelp home page GithubHelp logo

Could you please give the python version and open3d version you used to generated the partial point cloud? about msn-point-cloud-completion HOT 4 CLOSED

colin97 avatar colin97 commented on July 2, 2024
Could you please give the python version and open3d version you used to generated the partial point cloud?

from msn-point-cloud-completion.

Comments (4)

Colin97 avatar Colin97 commented on July 2, 2024

What kind of failure? We follow the code of PCN to generate the partial point cloud. Sorry, I don't remember the version information.

from msn-point-cloud-completion.

qinglew avatar qinglew commented on July 2, 2024

Thank you very much for your replying. In the render/process_exr.py, the Image, PointCloud, and Vector3dVector cannot be find. These classes can only be imported from the open3d, i.e., "from open3d import *", but these classes cannot be finded. So I just asked the version of the open3d.

from msn-point-cloud-completion.

qinglew avatar qinglew commented on July 2, 2024

When I use the Python3.5, the error is blew:

Traceback (most recent call last):
  File "process_exr.py", line 31, in <module>
    from open3d import *
  File "/home/rico/anaconda3/envs/python35/lib/python3.5/site-packages/open3d/__init__.py", line 47, in <module>
    from open3d.open3d_pybind import camera
ImportError: /home/rico/anaconda3/envs/python35/lib/python3.5/site-packages/open3d/open3d_pybind.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _PyThreadState_UncheckedGet

When I use a version higher than Python3.5, the error is:

Traceback (most recent call last):
  File "process_exr.py", line 79, in <module>
    depth_img = Image(np.uint16(depth * 1000))
NameError: name 'Image' is not defined

from msn-point-cloud-completion.

Colin97 avatar Colin97 commented on July 2, 2024

I guess you may need to rewrite the code for the newest open3d version.

from msn-point-cloud-completion.

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.