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

only cars ahead can be detected? #11

Closed
eraofelix opened this issue Mar 7, 2020 · 5 comments
Closed

only cars ahead can be detected? #11

eraofelix opened this issue Mar 7, 2020 · 5 comments

Comments

@eraofelix
Copy link

Hi~
Now I can train and inference on my own dataset, it seems good but i am wondering why only cars ahead can be detected like this:
image

inference of PVRCNN and SECOND are both like this.
Thank you very much!

@eraofelix
Copy link
Author

Maybe change of GRID_BOUNDS will work, i'll close this issue~

@eraofelix
Copy link
Author

Maybe change of GRID_BOUNDS will work, i'll close this issue~

sadly, it does not work, although i change GRID_BOUNDS to [-80, -40.0, -3, 80, 40.0, 2] both in training and inference

@eraofelix eraofelix reopened this Mar 8, 2020
@jhultman
Copy link
Owner

jhultman commented Mar 8, 2020

Hmm, I'm not sure why this would happen. I think the only part of the code that would affect this is here. Also this issue seems to suggest there is no problem with 360 degree inference. Maybe you accidentally load the ckpt from the model trained before grid_bounds fix?

@muzi2045
Copy link

muzi2045 commented Mar 8, 2020

if you only train on KITTI dataset, the result is normal, because the kitti annotations only exist in camera coordinates, which means only detect things only in front of the car.
If you want to detect 360 degree things:

  1. try to use Sample Augmentation, make every input training cloud have annotations in 360 degree.
  2. just train on other dataset like Nuscenes.
  3. do the inference twice for ahead 180 degree and rear 180 degree.
    @eraofelix

@viraj96
Copy link

viraj96 commented May 11, 2020

@muzi2045

Hi, can you explain more about the third alternative - inference twice one? Do you mean flipping the whole input pointcloud? How would that work?

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

4 participants