Skip to content
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

0 Loss and AP #41

Closed
alfinnurhalim opened this issue Dec 22, 2021 · 7 comments
Closed

0 Loss and AP #41

alfinnurhalim opened this issue Dec 22, 2021 · 7 comments

Comments

@alfinnurhalim
Copy link

Hi. Thank you for your great work! I have successfully trained and tested your model using KITTI dataset and it works.

I currently trying to train a custom dataset (which is not car), but somehow the loss and AP is 0
image
I have correctly set the image size and the dataset was already validated and it is good. do you have any suggestion? I might miss some config.

@alfinnurhalim
Copy link
Author

One more thing, how did you calculate the voxel size? thank you in advance

@filaPro
Copy link
Contributor

filaPro commented Dec 22, 2021

It's hard to help you, as I don't know your dataset. Looks like the loss is zero. So I think none of your objects are assigned to anchors. You need to check anchor ranges, anchor sizes, origin.

We use voxel size of 0.32m to be the same as a default distance between anchors for point cloud methods on KITTI.

@alfinnurhalim
Copy link
Author

I see. thank you for the info. let me check it then

@alfinnurhalim
Copy link
Author

What does n_voxels denotes to? how did you calculate it? if you got this from other paper, would you please refer which one?

I'm currently studying your paper, thank you for all your help

@filaPro
Copy link
Contributor

filaPro commented Dec 23, 2021

n_voxels is about N_x, N_y, N_z from the paper.

Screenshot from 2021-12-23 21-52-03

@alfinnurhalim
Copy link
Author

Hi, thank you for your answer. I still have several question regarding your paper. I will close this issue and write you an email instead for more detail. thank you

@alfinnurhalim
Copy link
Author

I'll send to your email written in the paper, is it good?, let me know if you change your email. thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants