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
1.test.py中没有看到使用相机的内参,如何实现画3D框的? height = obj_blob.shape[1] width = obj_blob.shape[2] 这个height和width代表什么?没太看懂。 2.Apollo里面也没发现使用相机内置参数的代码,输出的结果中有一个front_upper_left、front_lower_right、back_upper_left、back_lower_right,里面都是小数,这个是那个坐标系下的数据? 期待仓主的解答。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.test.py中没有看到使用相机的内参,如何实现画3D框的?
height = obj_blob.shape[1]
width = obj_blob.shape[2]
这个height和width代表什么?没太看懂。
2.Apollo里面也没发现使用相机内置参数的代码,输出的结果中有一个front_upper_left、front_lower_right、back_upper_left、back_lower_right,里面都是小数,这个是那个坐标系下的数据?
期待仓主的解答。
The text was updated successfully, but these errors were encountered: