-
Notifications
You must be signed in to change notification settings - Fork 70
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
Incorporating Historical Frame Points in StreamPETR #244
Comments
Also I'm confused about the variable names here, is the gradient being calculated here using the loss of two frames? StreamPETR/projects/mmdet3d_plugin/models/detectors/petr3d.py Lines 104 to 137 in 95f6470
StreamPETR/projects/mmdet3d_plugin/models/detectors/petr3d.py Lines 264 to 271 in 95f6470
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am currently working on extending the LiDAR modality within the StreamPETR framework. However, I am unsure how to incorporate historical frame sweep points into the data{} during the forward_train process.
From my understanding, it seems that I need to modify the nuscenes_converter.py file and regenerate the PKL files. Could someone provide guidance on how to achieve this?
The text was updated successfully, but these errors were encountered: