You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to train the PETRv2 segmentation model using only the "current frame" without the past frames.
In this case, should I just modify sweeps_num=1 to sweeps_num=0 in this code petrv2_BEVseg.py?
(+) I wonder how many past frames you use for PETRv2 segmentation.
Is it correct that sweeps_num=1 means "the model uses 1 past frame" as a default?
However, I found that you mentioned "2" from here.
Dose that "2" mean "1 past frame + 1 current frame"?
The text was updated successfully, but these errors were encountered:
Jeong-Bin
changed the title
How do I train in "current only" mode?
How can I train in "current" only mode?
Aug 26, 2024
Jeong-Bin
changed the title
How can I train in "current" only mode?
How can I train PETRv2 in "current frame" only mode?
Aug 26, 2024
Hello. Thank you for your research and sharing.
I want to train the PETRv2 segmentation model using only the "current frame" without the past frames.
In this case, should I just modify
sweeps_num=1
tosweeps_num=0
in this code petrv2_BEVseg.py?(+) I wonder how many past frames you use for PETRv2 segmentation.
Is it correct that
sweeps_num=1
means "the model uses 1 past frame" as a default?However, I found that you mentioned "2" from here.
Dose that "2" mean "1 past frame + 1 current frame"?
The text was updated successfully, but these errors were encountered: