GithubHelp home page GithubHelp logo

Comments (3)

chrhoehl avatar chrhoehl commented on August 17, 2024

Following was solved by downgrading to numpy 1.26.4. Keeping it here as reference because the behavior looked similar to the one reported in the initial issue description.

Same with Open3d 0.18.0 installed through pip on python (Windows 11, 64bit)

  • 3.10.11 embedded ( 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)])
  • 3.11.7 embedded,
  • 3.11.9 full install

On 3.10.11 I also tried with Open3d 0.17.0 / 0.16.0, which produces the same behavior.

Other operations here fail, too:

  • PointCloud.transform
  • o3d.pipelines.registration.registration_icp

Alternative way to reproduce (on draw-operation):

python -c "import open3d as o3d; \
           mesh = o3d.geometry.TriangleMesh.create_sphere(); \
           mesh.compute_vertex_normals(); \
           o3d.visualization.draw(mesh, raw_mode=True)"

Replacing the draw-operation with o3d.visualization.draw_geometries([mesh], window_name='Mesh Visualization', width=800, height=600) produces a window that visualizes the mesh without memory corruption

from open3d.

ssheorey avatar ssheorey commented on August 17, 2024

@chrhoehl I think your error is due to numpy v2 incompatibility and unrelated to the reported error.

from open3d.

chrhoehl avatar chrhoehl commented on August 17, 2024

@ssheorey Many thanks, downgrading to 1.26.4 solved my problem! With your suggestion I also found this described in #6840

from open3d.

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.