We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, This is a great work and many thanks for releasing the code. When I look into the code, I find some places where nan is handled, like
detr3d/projects/mmdet3d_plugin/models/utils/detr3d_transformer.py
Lines 366 to 367 in 34a4767
detr3d/projects/mmdet3d_plugin/models/dense_heads/detr3d_head.py
Lines 336 to 337 in 34a4767
I wonder in which cases nan would occur? It might help me better understand the model. Any advice would be very much appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
This is a great work and many thanks for releasing the code. When I look into the code, I find some places where nan is handled, like
detr3d/projects/mmdet3d_plugin/models/utils/detr3d_transformer.py
Lines 366 to 367 in 34a4767
and
detr3d/projects/mmdet3d_plugin/models/dense_heads/detr3d_head.py
Lines 336 to 337 in 34a4767
I wonder in which cases nan would occur? It might help me better understand the model. Any advice would be very much appreciated!
The text was updated successfully, but these errors were encountered: