voxelnet icon indicating copy to clipboard operation
voxelnet copied to clipboard

For pedestrian/cyclist training

Open arxidinakbar opened this issue 3 years ago • 8 comments

Hi, hoping for some discussion about parametes setting for pedestrian/cyclist training. I have trying to train for pedestrian&cyclist detection task, and follwed the original paper set the stride to 1 in first block, and feature map size from RPN would be [batch, 200, 240, 128], but cfg.FEATURE_HEIGHT & cfg.FEATURE_WIDTH in config.py is half size of it, because of the cfg.FEATURE_RATIO=2, SO, should we change cfg.FEATURE_RATIO=1 to make network available for training??

I know this site no that active, but still hope someone to exchange the idea, thanks.

arxidinakbar avatar Oct 17 '20 06:10 arxidinakbar

Hello, arxidinakbar

Did you solve this issue?

hopefully I also train multi objects, car, pedestrian, and cyclist, but I don't know what should i do...

if you made it, I hope you give me information. plz.

charlescho64 avatar Mar 18 '21 01:03 charlescho64

@charlescho64 @arxidinakbar

you can refer to this link for hint!

hope it helps both of you.

Suri12990 avatar Mar 21 '21 11:03 Suri12990

@Suri12990

Thanks for your advise.

I try to train with kitti datasets and this git code. your word is very good but I don't know which file do i modify. I am sorry I hope you give me more information.

BR

charlescho64 avatar Mar 21 '21 23:03 charlescho64

Hey @charlescho64

Give me sometime, I will put the whole model for multi label classification in my repo in few day. I am training the model for multi-label classification. Once I got satisfactory results. I will upload the results and model in Github.

Suri12990 avatar Mar 25 '21 08:03 Suri12990

Hi, im very interested on th model for multi label classification, is this based on voxelnet? @Suri12990

sofiaesp avatar Apr 07 '21 02:04 sofiaesp

@Suri12990 Hello, Any progress? I am interesting in your job... If you have any progress, Plz, share it with us...

charlescho64 avatar May 13 '21 07:05 charlescho64

@charlescho64 Sorry for the delay, My approach is worked and also I am getting better results, more than 50 mAP for both Pedestrain and Cyclist. If I consider just one Class, I am getting almost 70 mAP. Since my work is only for Pedestrian and Cyclist, I consider only those classes.

But I need some time to put the model in Github with all the documentation, Since it is my master thesis, I am using two data sets and annotation of custom data set, finally my thesis report. It takes lots of time to all this things.

By the end of this month I will put in the github.

Never mind.

mariya12290 avatar May 19 '21 07:05 mariya12290

you can find it here now https://github.com/mariya12290/VoxelNet_MultiClass/tree/master

mariya12290 avatar May 24 '21 14:05 mariya12290