Code Monkey home page Code Monkey logo

Comments (4)

memoiry avatar memoiry commented on July 16, 2024

Update:

I also test the model PartA2_fc provided in the README, which gives a similar result.

Class Original Paper Pretrained Model
Pedestrian 70.37, 63.84, 57.48 62.8704, 56.3679, 50.1842
Cyclist 88.31, 73.07, 70.20 86.9893, 71.3273, 68.3141

from openpcdet.

sshaoshuai avatar sshaoshuai commented on July 16, 2024

This results is as expected for 3 classes of a the single model. Training pedestrian/cyclist with separate models and also modifying the config generally achieve better results. Also the performance of pedestrian/cyclist is not stable on KITTI dataset, and the released codes have been highly refactored and I mainly focus on car objects to tune the performance. You could also try to use a general classification loss instead of the IoU loss for tuning pedestrian, which generally achieve better results.

from openpcdet.

memoiry avatar memoiry commented on July 16, 2024

@sshaoshuai Thanks for your reply!

Could you please suggest how to modify the config file to reproduce the result in the paper except training in a separate model for ped/cyc and general classification loss?

from openpcdet.

sshaoshuai avatar sshaoshuai commented on July 16, 2024

Actually the cyclist is easier than pedestrian, I just try to train the cyclist with more times, and the performances between training cyclist with a single model or joint with car are similar. For the pedestrian, you could also try to upsample the BEV feature map to 4x for putting anchors as pedestrain has smaller size. Finally, I found the fact was that the anchor-free version (PartA2-free which generates proposals like PointRCNN) achieves better and more stable results on pedestrian/cyclist on KITTI dataset.

from openpcdet.

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.