-
Notifications
You must be signed in to change notification settings - Fork 722
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
nuScences inference visualization result bad #197
Comments
About loss convergency:
|
It seems loss slow and accuracy high, but visualization totally bad |
github debug 大法好。 |
@poodarchu Better to say, I am just testing for the repo owner.... and it's costing time... |
i tried kitti viewer, it got much better result than the simple inference.py |
@forvd nuScence or kitti? I don't think there is any difference between inference visualization and kittiviewer? BTW, I trained kitti model works pretty good but not for nuScenes |
i trained nuscenes and use the simple inference. Got the wrong result just like you. change to kitti viewer is fine for me. |
@forvd That's weired.... I think I need change the inference script.......................... Do u have any idea why result goes different? (Or did you just visualize ground truth in kitti viewer rather than prediction?) |
@jinfagang I use kitti viewer to prediction. But the reason for the poor results may be a large number of low scores (0.1~0.3) bboxes. |
@forvd Obviously... even above objects there were no box around it. Are you sure your visualization is detection not prediction? Can u give me an screenshot about what you got? |
@forvd this lidar point cloud seems overlap with another. Did you using nuScenes lidar data or your fused lidar of 2 16-beams? |
Origin nuScenes lidar data |
so what's the NDS score or AP of the above screenshot-shown model? |
@forvd You were right.... in kittiviewer the result seems reasonable.... model still need more finetuning... |
@jinfagang I have tested the simple-inference.ipynb, you need to use dataset instance to get correct point cloud (with 10 sweeps) and increase score threshold to get reasonable result on bev image. don't need to modify other parts of simple-inference.ipynb. |
@traveller59 thanks, that is what I think. Close since we have got an solution. |
Hi, |
@forvd @jinfagang @traveller59 |
@kargarisaac You need to edit your self, simply get a score if less than a threshold then pass |
Here is a snippets can be referenceed:
|
Hi @jinfagang Here are some examples, where I have visualized the ground truth annotations of only the Car category: Did you face this issue as well? You can use the following code to visualize some errors:
|
Hi, do you solve this problem? |
Does anybody can reveal result on nuScenes? I trained on 98750 steps on nuScenes just got this result:
Have tried both newest config and previous, just as bad as above
The text was updated successfully, but these errors were encountered: