Giter Club home page Giter Club logo

Comments (3)

WangYueFt avatar WangYueFt commented on August 10, 2024

I tested the code with my data. The running time was 4s, the computer was 1070, and the video memory was 8 gigabytes.What is wrong?Excluding the read data time, the network runs in 2. 2 seconds

Hi,

If you're using your own data, the problem can be: 1. your point clouds are big; 2. data loading seems slow (it takes 1.8s?).

Best,
Yue

from dcp.

zhangshabao avatar zhangshabao commented on August 10, 2024

I tested the code with my data. The running time was 4s, the computer was 1070, and the video memory was 8 gigabytes.What is wrong?Excluding the read data time, the network runs in 2. 2 seconds

Hi,

If you're using your own data, the problem can be: 1. your point clouds are big; 2. data loading seems slow (it takes 1.8s?).

Best,
Yue

emmmm The number of point clouds is about 1w, and the speed of reading point clouds accounts for 1.8s.I use TXT file to read。 There have a good way to read?

from dcp.

cbenitez81 avatar cbenitez81 commented on August 10, 2024

One way to do it, it's maybe to precompute the neighbors using a kd-tree, and modify the database to have this at hand for each epoch. knn complexity it's n^2, so if your cloud is big, the implementation in python can take a while. Open3d has an efficient implementation

from dcp.

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.