Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training on pedestrian and cyclist #33

Open
Nourhan27 opened this issue Dec 19, 2020 · 5 comments
Open

Training on pedestrian and cyclist #33

Nourhan27 opened this issue Dec 19, 2020 · 5 comments

Comments

@Nourhan27
Copy link

Hello,

First, Thanks for this great work. My question is how to train the model on pedestrian and cyclist, because i want to match the results reported by the paper for the three classes (car, pedestrian, cyclist)

@zye1996
Copy link

zye1996 commented Dec 25, 2020

Hello,

First, Thanks for this great work. My question is how to train the model on pedestrian and cyclist, because i want to match the results reported by the paper for the three classes (car, pedestrian, cyclist)

I am also looking into this and I am pretty sure you can achieve this by modifying the config file to change the class_name and the corresponding evaluation method. And I have done this on 3dssd using mmdetection3d framework if you want to have a look at that implementation

@zye1996
Copy link

zye1996 commented Feb 7, 2021

Hello,

First, Thanks for this great work. My question is how to train the model on pedestrian and cyclist, because i want to match the results reported by the paper for the three classes (car, pedestrian, cyclist)

I implemented the Pytorch version predicting all three classes here if you are still interested

@RolandoAvides
Copy link

Hello @zye1996, could give any suggestion on how to configure the script in order to train in 3 classes?

Additionally, do you think it is better to train on cars and train on ped&cyc, or train in all 3 classes?

I'm currently using 3DSSD from Open-PCDet and changed the class_names and num_classes. However, I still can't evaluate pedestrians and cyclists.

Thanks in advance!

@wangy12
Copy link

wangy12 commented Sep 11, 2021

Hello,
First, Thanks for this great work. My question is how to train the model on pedestrian and cyclist, because i want to match the results reported by the paper for the three classes (car, pedestrian, cyclist)

I implemented the Pytorch version predicting all three classes here if you are still interested

Hi @zye1996 , Will you please share how you changed the config and evaluation of 3DSSD to support multi-class? I looked at your repo of mmdetection3d but no luck. Thanks in advance!!

@zye1996
Copy link

zye1996 commented Sep 11, 2021

Hello,
First, Thanks for this great work. My question is how to train the model on pedestrian and cyclist, because i want to match the results reported by the paper for the three classes (car, pedestrian, cyclist)

I implemented the Pytorch version predicting all three classes here if you are still interested

Hi @zye1996 , Will you please share how you changed the config and evaluation of 3DSSD to support multi-class? I looked at your repo of mmdetection3d but no luck. Thanks in advance!!

Please reach me through [email protected] and I will add you to the repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants