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
The text was updated successfully, but these errors were encountered:
您好,想請問您這個問題最後解決了嗎? 因為我也遇到了同樣的問題
Sorry, something went wrong.
抱歉这么晚才回复,最近在忙于其余工程。这个工作是我在三年前实习期间做的,python与torch版本和现在有较大差别。由于版本变更,您可能需要调试和修复一些错误。
针对上面这个问题,尝试将下述代码添加到kitti_dataloader原始代码的第150行 if len(RoI_box_points['bbox2d'][:, 0].shape) == 1: RoI_box_points['bbox2d'] = np.array([RoI_box_points['bbox2d']])
if len(RoI_box_points['bbox2d'][:, 0].shape) == 1: RoI_box_points['bbox2d'] = np.array([RoI_box_points['bbox2d']])
您好 请问您最后顺利完成训练了吗
No branches or pull requests
The text was updated successfully, but these errors were encountered: