voxelnet
voxelnet copied to clipboard
How to train car and pedestrian at the same time?
If I want train a detector that works for pedestrian and car at the same time, what should I do?
Design a different classifier. Usually output_channel += 1
@jinfagang @xx-zhou16 could you give me more detailed information? I tried the training with "default" tag. is that for the training car and pedestrian?
Hi, hope some implementation detials about pedestrian/cyclist training, especially the feature map size in RPN block. How should we properly change the code according to the stride(from 2 to 1) change in first RPN block? Hope for an answer, thank you.
@jinfagang did you find any solutions on this issue?? im interested in detecting pedestrians as well..
@xx-zhou16 where should i change the output channel to detect pedestrians as well??