aharley / simple_bev

A Simple Baseline for BEV Perception
MIT License
502 stars 79 forks source link

Training log #12

Closed shawrby closed 2 years ago

shawrby commented 2 years ago

For test, I'm trying to train a Cam+Rad BEV model with a NuScenes mini dataset. But, iou_v is nan as shown below. image

Could you please share your training log for debugging?

aharley commented 2 years ago

This nan is nothing to worry about. At the beginning of a training run, there is no iou_v to report. Just wait until a val step!

shawrby commented 2 years ago

This nan is nothing to worry about. At the beginning of a training run, there is no iou_v to report. Just wait until a val step!

Oh. Thank you!

Could you share the your log for comparison with my train/val log?