kujason/avod

Acc of last several checkpoints changed greatly

Closed this issue · 1 comments

thanks for sharing your work firstly.
i'm confused with several points :

  1. the Accuracy of last several checkpoints changed greatly, it seems strange i wonder if my results is wrong.
    baseline_host_car

  2. the code divided the dataset to two parts: car and people. then train the model independently with car/people configs. my understanding is the final acc (~0.1.txt) in /scrips/offline_eval/results/ used two config models and two divided datasets.
    how about the results in KITTI benchmark ... can we predict the three classes with an unified model?

  3. the cyclist acc and pedestrian acc seems opposite to authors.
    thanks a lot!!

  1. Try the settings recommended here for more stable training: #29 (comment).
  2. The cars and pedestrian+cyclists are trained separately due to severe class imbalance in the KITTI dataset, we did not try training them all together but it should be possible to set up.
  3. We found that the results for pedestrians and cyclists varies a lot due to the low number of available labels