question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not very good at detecting nearby vehicles.

See original GitHub issue

I am trying to use the PV-RCNN model trained on pandaset to test it on my private dataset,

1.I converted my dataset’s coordinate system to Normative coordinates are: # - x pointing forward # - y pointings to the left # - z pointing to the top 2. pv_rcnn.yaml from kitti pv_rcnn.yaml,modified _BASE_CONFIG_: cfgs/dataset_configs/pandaset_dataset.yaml 3. In pandaset_dataset.yaml I modified

POINT_CLOUD_RANGE: [-70, -50, -2, 50, 70, 0]# xmin, ymin, zmin, xmax, ymax, zmax
 VOXEL_SIZE: [0.05, 0.05, 0.05]

followed https://github.com/open-mmlab/OpenPCDet/issues/253#issuecomment-679190936

You can see that at close range, there are one car that are not detected, and some strange results are output (yellow and cyan) 無題の画像

As MartinHahner mentioned in this issue, LiDAR models do not transfer well from one dataset to another one. https://github.com/open-mmlab/OpenPCDet/issues/599#issuecomment-886656943

But here also mentioned the paper Train in Germany, Test in The USA: Making 3D Object Detectors Generalize, I found that the accuracy should be quite good in the case of close range. https://github.com/open-mmlab/OpenPCDet/issues/599#issuecomment-888231775

Do you have any suggestions to improve the problem of not being able to detect cars at close range?

1.Do I need to retrain the model with my dataset height? The lidar of pandaset is close to 2m off the ground, and my data is almost around 2.052m 2.Or are there any parameters I need to adjust carefully? Such as POINT_CLOUD_RANGE, VOXEL_SIZE

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9

github_iconTop GitHub Comments

2reactions
jihanyangcommented, Mar 11, 2022

I think our work ST3D can partly help this issue, especially for the 1st problem, which can be solved by just shifting the point cloud on z-axis.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Self-Driving cars struggle to detect cyclists. Bicycle-to-vehicle ...
The Cyclist Problem. Self-driving cars aren't good at detecting cyclists. The latest proposed fix is a cop-out. By Christina Bonnington.
Read more >
Detecting Approaching Vehicles at Streets with No Traffic ...
This study assessed the ability of people with visual impairments to reliably detect oncoming traffic at crossing situations with no traffic control.
Read more >
Solve the Mystery of Vehicle Detection Algorithm | Bench Talk
This article takes a deep dive into unraveling the mystery of the vehicle detection algorithms.
Read more >
Vision-based vehicle detection and counting system using ...
The traditional machine vision method has a faster speed when detecting the vehicle but does not produce a good result when the image ......
Read more >
Traffic Control Systems Handbook: Chapter 6 Detectors
Can only detect vehicles moving faster than a certain minimum speed, and therefore can not be used as a presence detector. Useful where...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found