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, 感谢您精彩的工作 在dev3.0仓库我发现一个小bug,不知道理解的对不对。 当前3D检测均在CAM_FRONT时刻下的ego坐标系下进行,而当前在prepare_input的时候,sensor2keyegos中的keyego是由CAM_FRONT_LEFT时刻所确定的: 因为index为0的相机是CAM_FRONT_LEFT
但是由于CAM_FRONT和CAM_FRONT_LEFT的触发时间很近,这两个ego坐标系几乎重合,所以在现有仓库下仍得到了合理的性能。不知道我理解的对否,感谢您的回复!
祝好
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, 感谢您精彩的工作
在dev3.0仓库我发现一个小bug,不知道理解的对不对。
当前3D检测均在CAM_FRONT时刻下的ego坐标系下进行,而当前在prepare_input的时候,sensor2keyegos中的keyego是由CAM_FRONT_LEFT时刻所确定的:
因为index为0的相机是CAM_FRONT_LEFT
但是由于CAM_FRONT和CAM_FRONT_LEFT的触发时间很近,这两个ego坐标系几乎重合,所以在现有仓库下仍得到了合理的性能。不知道我理解的对否,感谢您的回复!
祝好
The text was updated successfully, but these errors were encountered: