Giter Site home page Giter Site logo

Comments (3)

happinesslz avatar happinesslz commented on August 28, 2024

@Rolandxx7
Thanks for your attention.
1.) MC_MASK_THRES is used in MC loss, you could refer to the formula(4) in the original paper of sec3.3. When the proproblities of belonging to the foreground for a position on two modalities are lower than a specified threshold, we think it is a background point. We do not compute MC loss for these background points. In general, it is proper to set MC_MASK_THRES as 0.2 in a dense scene~(64-beam). For a sparser scene, it is necessary to reduce the value MC_MASK_THRES~(e.g., 0.1 or 0.5).
2.) Waymo provides 360-degree LiDAR points and multiple RGB images. And the point-wise correspondence between two modalities can be obtained by the provided multiple projection matrices.

from epnetv2.

Rolandxx7 avatar Rolandxx7 commented on August 28, 2024

@happinesslz
Thanks for your detailed explanation!I have one more question to ask.

"PC_AREA_SCOPE" and "RPN_POST_NMS_TOP_N" defined in PED_EPNet_plus_plus.yaml are different from those in CYC_EPNet_plus_plus.yaml and CAR_EPNet_plus_plus.yaml. Could you please explain the reason for me?

Also, I find that if we use the [[-40, 40], [-0.5, 2.5], [0, 70.4]] as the PC_AREA_SCOPE in PED_EPNet_plus_plus.yaml , the number of objects can be increased, so I would like to know why you did this.

from epnetv2.

happinesslz avatar happinesslz commented on August 28, 2024

@Rolandxx7
For Pedestrian, we find setting a small range like offical PointPillars can promise a satisfying performance. Besides, increasing the value of RPN_POST_NMS_TOP_N can improve the recall, which is very important to detection hard Pedestrians.

from epnetv2.

Related Issues (17)

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.