Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I train PETRv2 in "current frame" only mode? #166

Open
Jeong-Bin opened this issue Aug 23, 2024 · 0 comments
Open

How can I train PETRv2 in "current frame" only mode? #166

Jeong-Bin opened this issue Aug 23, 2024 · 0 comments

Comments

@Jeong-Bin
Copy link

Jeong-Bin commented Aug 23, 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 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"?

@Jeong-Bin 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant