Closed HannahJHan closed 2 years ago
I have the same question. I believe the number of epochs configured for training involves both stages but it would be great to know if that is really correct. Thanks in advance!
PointRCNN in OpenPCDet is trained jointly (unlike two stage training in the original code) with 80 epochs.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Thanks for your wonderful work~
I am puzzled on the training strategy. The PointRCNN paper says that
, and the official code repository does indeed train separately.
But the code here(OpenPCDet) seems like the entire PointRCNN network is trained end-to-end. Am I wrong? What factors have you improved to make it trainable end-to-end? Please help me, thank you soooo much!