-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
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
How to obtain bbox file? #26
Comments
Thanks, |
Please read about camera models, for example, here. With original images, the ground truth 3D points will project to slightly inaccurate locations in images (still may be OK, but the quality will be lower). Undistortion corrects this. |
Thanks for your reply! I met some problems again.
error information: |
Not sure. Let us look into this this after the weekend. |
@qiuzhongwei-USTB did you close the issue because you worked around those problems? If yes, how did you solve them? |
Yes, v['frame_count'] could be zeros. I change the code like the follows: |
What about the long evaluation time? |
I didn't solve these. I can bear the evaluation time when I use 8 GPU with distributed testing. |
Hi @qiuzhongwei-USTB!
We use single Nvidia Tesla P40 GPU for evaluation. Could you provide full bash command, which you used for evaluation? |
Hi, could you tell me how to generate bounding box file?
Or, could you provide the bounding box files you used?
The text was updated successfully, but these errors were encountered: