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

How to detect bounding boxes at the back of the vehicle? #28

Closed
vardeep-sandhu opened this issue Oct 18, 2021 · 3 comments
Closed

How to detect bounding boxes at the back of the vehicle? #28

vardeep-sandhu opened this issue Oct 18, 2021 · 3 comments

Comments

@vardeep-sandhu
Copy link

This is a dataset/general query.

I have trained an object detector with "centerpoint_rnn.cfg" config and the model has trained and is working well. But I noticed just now that the KITTI dataset has gt bbox information just for objects which are in the FOV of the cameras. So the cars at the back of the vehicle are not detected. This has caused problems for me since I am working on Moving Object Segmentation and I want to detect vehicles that are at the back as well. Any suggestion on how that can be achieved.
Screenshot from 2021-10-18 12-47-22
In the image, it can be seen that the cars in front of the vehicle bearing laser scanner are detected but there is a car just behind the vehicle which remains undetected

@tianweiy
Copy link
Owner

tianweiy commented Oct 21, 2021

Hi, I am a little confused. So do you have any other dataset to train / test on that also have cars not in fov? Could you use their label then ? I know semantic kitti has label for this?

If you have to use model trained on KITTI, maybe you can change the point cloud range to make sure the detector see the car behind it

@vardeep-sandhu
Copy link
Author

Yes, changing the point cloud range worked. I didn't know how it was being used. So the detector was not able to see the cars behind. But now it is working.

Thanks for the response tho

@maayanYa
Copy link

maayanYa commented Jun 16, 2022

Hi ,
@here-to-learn0 I'm having the same issue but somehow changing the point cloud range didn't effect .
The detector doesn't recognise the objects in the right part of the point cloud and even when I change the point cloud range and make sure the point coordinates are inside the point cloud range - objects there are still not detected at all.

And I also noticed that not every number there is accepted, some cause bugs , didn't understand yet what causes it .

Did you change anything else other than the point cloud range ?

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

3 participants