Giter Site home page Giter Site logo

Where is voxel query? about voxformer HOT 2 CLOSED

nvlabs avatar nvlabs commented on June 6, 2024
Where is voxel query?

from voxformer.

Comments (2)

Abde951 avatar Abde951 commented on June 6, 2024 1

I am currently working on this paper, so i will try to explain what i have understood :
1- First of all, they extract the depth map using the mobile stereo net 3D (msnet3D) and project the resulted map points to have a 3D point cloud. Then build a binary grid M_in where if a voxel have just one point from the 3D point cloud estimated, the voxel get the value of 1. So it's sort of 3D occupancy grid.

2- Using this M_in map we can extract the voxels that are occupied, meaning the voxels that are not occluded (voxel queries).

3- the voxel queries that provided in sequences_msnet3d_sweep10, because they are preprocessed from the data (images). You can see that it has been loaded in VoxFormer/projects/mmdet3d_plugin/datasets/semantic_kitti_dataset_stage2.py on load_scan() method. And eventually will be used as input for the model.

from voxformer.

RoboticsYimingLi avatar RoboticsYimingLi commented on June 6, 2024

Thank @Abde951 for the explanations. M_in map is a voxelized pseudo point cloud used as input to query proposal network (QPN), and sequences_msnet3d_sweep10 is the output of QPN (taking the voxelization of the previous 10 pseudo sweeps as input) and is used as the query proposals in stage-2.

from voxformer.

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.