Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Training the voxel net for different objects at a time? #90

Closed
GuidanceMantras opened this issue Jan 8, 2021 · 6 comments
Closed

Training the voxel net for different objects at a time? #90

GuidanceMantras opened this issue Jan 8, 2021 · 6 comments

Comments

@GuidanceMantras
Copy link

GuidanceMantras commented Jan 8, 2021

Hey,

training the model for different models at a time?

Kindly let me know

Thanks in advance

@Manueljohnson063
Copy link

Hai,I am stuck with this in adding multiple objects in training could you please help how to add multiple objects!!!!

@GuidanceMantras
Copy link
Author

@Manueljohnson063

Sorry for the late. I am also stuck there only. I am trying to add multiple objects for training, but so far no success

@GuidanceMantras
Copy link
Author

GuidanceMantras commented Mar 17, 2021

Hi @Manueljohnson063

Here is the solution to add multiple objects to voxelnet. Still it is not efficient one, but it works. So you have to find the cls_loss_pedestrian and reg_loss_pedestrian as well as for cyclist and car for each object individually and add them to find the final cls_loss and reg_loss. Here one has to use hyper parameters to balance the classification loss.

Since most of the frame have more cars than pedestrian, and also most of the frame has more pedestrian than cyclist. It is upto the user how he/she can balance this using hyper parameters.

Another solution would be similar to the above one, but with different loss function using one hot encoding! Since I am doing my master thesis, I do not want to take any risk in trying other solution(efficient one), when existing solution already works.

Hope this helps you!

mulit_classification

@GuidanceMantras GuidanceMantras changed the title Will it be possible to save the model in C++ after training for pedestrian and cyclist? Training the voxel net for different objects at a time? Mar 21, 2021
@sofiaesp
Copy link

sofiaesp commented Apr 7, 2021

@Suri12990 How do you modify model to train for cyclist and pedestrian, and how do you add the loss? I would appreciate your help.

@sofiaesp
Copy link

sofiaesp commented Apr 7, 2021

Hi I found that you can modify the selected object in config.py, I have to train a model for each object? If so, when I get the three models (one for each object) how could I add them to find a final loss? @Suri12990

@gynaa
Copy link

gynaa commented Nov 26, 2022

hi @sofiaesp did you figure it out? i would really appreciate your help

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

No branches or pull requests

4 participants