GithubHelp home page GithubHelp logo

Comments (3)

sdmiller avatar sdmiller commented on May 24, 2024

Hi Angie,

Since KinFu uses the GPU to run at realtime speeds, it has a few dependencies beyond the standard PCL ones, and won't be built by default to my knowledge. If you run the following commands:

cd build
cmake .. -DBUILD_GPU:=ON

Can you verify that gpu_kinfu_large_scale is indeed being built? Likely it was disabled due to a missing dependency (e.g. CUDA: http://www.nvidia.com/object/cuda_home_new.html), which it will report. If so, once you fix the dependency issue, you should be able to run

cd build
cmake .. -DBUILD_GPU:=ON && make -j4 pcl_kinfu_largeScale
./bin/pcl_kinfu_largeScale

from pcl.

angiequi avatar angiequi commented on May 24, 2024

Hi sdmiller, thanks for replying.
I ran:

cd build
cmake .. -DBUILD_GPU:=ON

And in build folder It wasn't build.
I was reading and I found that an nvidia GPU is needed. I have an Intel. Can I run Kinfu?
I'm tryin to convert a pcd file to a TSDF, like the step 1 in this tutorial: http://pointclouds.org/documentation/tutorials/using_kinfu_large_scale.php

Thank you.

from pcl.

jspricke avatar jspricke commented on May 24, 2024

Hi angiequi,

Kinfu uses CUDA, so you need a Nvidia card.
Please ask questions like this on our mailing list at www.pcl-users.org, this is a bug tracker!

Cheers Jochen

from pcl.

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.