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
when one epoch is finished, below error happend, save_query_path is commented out , what is the code meaning?
# msnet3d # if not os.path.exists(os.path.join("./kitti/dataset/sequences_msnet3d_sweep10", img_metas[0]['sequence_id'], 'queries')): # os.makedirs(os.path.join("./kitti/dataset/sequences_msnet3d_sweep10", img_metas[0]['sequence_id'], 'queries')) # save_query_path = os.path.join("./kitti/dataset/sequences_msnet3d_sweep10", img_metas[0]['sequence_id'], 'queries', frame_id + ".query_iou5203_pre7712_rec6153") y_pred_bin = self.pack(y_pred) y_pred_bin.tofile(save_query_path)
The text was updated successfully, but these errors were encountered:
hi, I have the same problem with you, how to solve this problem, thx.
Sorry, something went wrong.
No branches or pull requests
when one epoch is finished, below error happend, save_query_path is commented out , what is the code meaning?
The text was updated successfully, but these errors were encountered: