-
Notifications
You must be signed in to change notification settings - Fork 23
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
Any examples of the format of the .txt or results generator? #3
Comments
I cannot help you if you do not provide further details about your problem. Anyway, the expected .txt format is obviously the one used by the KITTI dataset. You can find a detailed description as a part of the object development kit which is available for download from the KITTI website. |
Now I detect the 3D bboxs with 8 points in xyz, and the format of kitti need 16 parameters in one row, even I transfer the points to h w l x y z r and score, the other parameters still doesn't know, or I just copy them from labels? |
If I remember correctly, the only required fields are In case you only have the 3D coordinates, you will probably need to project the points to the image by using the projection matrices to obtain the
with the P2, R0_rect and Tr_velo_to_cam matrices available from the calibration files. |
Thanks. Now I have got all result as the text files which followed the kitti data format, however, I still can not run the code. |
Thanks for the additional information. Let's try to identify the problem. First of all, about the zeros that you are getting in the terminal: are they under the GT STATS or DET STATS header? |
Closed due to inactivity |
with the result,u can generate the txt follow the format of kitti ground truth. In the readme of kitti, it has told you how to format.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: jaykay <notifications@github.com>
发送时间: 星期二, 四月 2, 2019 12:47 上午
收件人: cguindel/eval_kitti
抄送: Yuan WANG; Mention
主题: Re: [cguindel/eval_kitti] Any examples of the format of the .txt or results generator? (#3)
Hi, @ywangeq<https://github.com/ywangeq> , @cguindel<https://github.com/cguindel> How can we get the field score in KITTI's format? Could you share the idea?
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#3 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYluX6ObCMx18Kp9cZc7Mdaq-0XJsgKJks5vcjglgaJpZM4Rg0fF>.
|
@ywangeq Thanks for the reply, I followed all the elements in kitti's format, except the 16th element |
When you do the object detection, you will have a regression function and classification score. Simply, all of the boxes will have a confidence score which is the 16th value.
…________________________________
寄件者: jaykay <notifications@github.com>
寄件日期: 2019年4月1日 15:18
收件者: cguindel/eval_kitti
副本: Yuan WANG; Mention
主旨: Re: [cguindel/eval_kitti] Any examples of the format of the .txt or results generator? (#3)
@ywangeq<https://github.com/ywangeq> Thanks for the reply, I followed all the elements in kitti's format, except the 16th element score. Could you tell me how to get the value score?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#3 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYluX9NgN5X5X20pv-c0k1Ak8oyfiG0Rks5vcsvrgaJpZM4Rg0fF>.
|
Well, 2D Detection has a confidence score as you mentioned, but when I regress the 3D information such as H, W, L, x, y, z and yaw angle, I don't really have any confidence score of them. |
Firstly, if you do the 3D detection, you should have the score, expect that you do not do the classifiy and only do the boundary box regression. If you do like this, you have to set the 16th value to be 1(I am not sure). And the 3D evaluation is the same as 2D evaluation, you just generate same kitti txt and insert corresponding xyzhwd value in the right place.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: jaykay <notifications@github.com>
发送时间: 星期二, 四月 2, 2019 11:30 上午
收件人: cguindel/eval_kitti
抄送: Yuan WANG; Mention
主题: Re: [cguindel/eval_kitti] Any examples of the format of the .txt or results generator? (#3)
Well, 2D Detection has a confidence score as you mentioned, but when I regress the 3D information such as H, W, L, x, y, z and yaw angle, I don't really have any confidence score of them. Is this still fine to use the 2D detection score when I try 3D evaluation?
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#3 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYluX3DGDBkEFPJtXHZxrUNRJJENcfNjks5vcs7PgaJpZM4Rg0fF>.
|
Thanks for the quick reply! Thank you very much, I'll keep trying and share the opinions. |
Actually, you don’t have the value for accuracy evaluation. So I am not very sure how to evaluate this.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: jaykay <notifications@github.com>
发送时间: 星期二, 四月 2, 2019 11:45 上午
收件人: cguindel/eval_kitti
抄送: Yuan WANG; Mention
主题: Re: [cguindel/eval_kitti] Any examples of the format of the .txt or results generator? (#3)
Thanks for the quick reply!
So, what you mean is that the score should be still filled for "3D Box regression with any value", but it doesn't actually affect evaluating 3D metrics. Is that right?
Thank you very much, I'll keep trying and share the opinions.
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#3 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYluX04-XVw46KE5QKDjNBgwn3n2HMgRks5vctJLgaJpZM4Rg0fF>.
|
@ywangeq Hello, can you share how to get the coordinate data of validation and test results?That's the format of 16 parameters data. |
No description provided.
The text was updated successfully, but these errors were encountered: