yuantianyuan01 / StreamMapNet

GNU General Public License v3.0
202 stars 17 forks source link

BEVFusion/Streaming method when training #10

Open imyyf opened 1 year ago

imyyf commented 1 year ago

https://github.com/yuantianyuan01/StreamMapNet/blob/4c7aaf42116461ad8a8b0f5cdc486903a7f15bb8/plugin/models/mapers/StreamMapNet.py#L112

When training, we use your official code, we find that training stage always is_first_frame. Only testing stage could enter the temporal fusion.

yuantianyuan01 commented 1 year ago

Please note that the first several epochs are set to single-frame mode to ensure training stability. Please check this line.