Git Product home page Git Product logo

Comments (3)

tianweiy avatar tianweiy commented on September 13, 2024

Q1 Which config did you refer to ? The output resolution is different for different model / dataset / voxel size.

Q2 The dense reg is a trick we tried in centernet / centerpoint. So basically, we can also allow regression from a center 3*3 area. The original idea is that in this way we can get more accurate regression even if the keypoint is off by one or two pixels. We didn't get this work too well yet so we still only regress to other attributes at center locations.

from centerpoint.

jialeli1 avatar jialeli1 commented on September 13, 2024

Q1 Which config did you refer to ? The output resolution is different for different model / dataset / voxel size.

Q2 The dense reg is a trick we tried in centernet / centerpoint. So basically, we can also allow regression from a center 3*3 area. The original idea is that in this way we can get more accurate regression even if the keypoint is off by one or two pixels. We didn't get this work too well yet so we still only regress to other attributes at center locations.

Thanks for your reply.
Q1. For example, what is the prediction map resolution in config VoxelNet-1440_dcn_flip and VoxelNet-1024? I just want to know the effect of resolution on the result.
Q2. I agree with your point that the center area is still helpful for box regression. But only the center point is used in your code and the original CenterNet code. I tried using center area to train box regression, but it didn't work very well. This confuses me. Did this idea work in your attempts?

from centerpoint.

tianweiy avatar tianweiy commented on September 13, 2024

Q1 For voxelnet, the output stride is 8 so voxel_1440 -> 1440/8 for the prediction map. Larger output resolution / smaller voxel size is generally better but it takes more time.

Q2

We didn't get this work too well yet so we still only regress to other attributes at center locations (in both repos)

from centerpoint.

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.