Replies: 0 comments 13 replies
-
Hello, LAV author here. I came across this link on the CARLA leaderboard website. We are currently running some last experiments/improvements over certain design choices, and I will refactor these updates, as well as codes that you can directly submit to reproduce our leaderboard numbers to our github repo. This will be done after my thesis proposal exam is over, by the end of May. Thank you for your patience. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your understanding. I would also like to highlight our current leaderboard entry uses a stack of LiDAR points (described in the paper), and this is currently not in the Github repo. Once I am done with the exam I will work on refactoring it among other things to the repo. |
Beta Was this translation helpful? Give feedback.
-
Check the appendix and our demo video.
…On Wed, May 18, 2022, 6:00 AM Kin ***@***.***> wrote:
I would also like to highlight our current leaderboard entry uses a stack
of LiDAR points (described in the paper), and this is currently not in the
Github repo.
Sorry to bother you. But after I review the paper, I still didn't get the
meaning of a stack of LiDAR and paper here corresponds to codes here
[image: IMG_1213]
<https://user-images.githubusercontent.com/35365764/169044258-4075f2c9-a24a-4f6d-a27f-dd91000e30a0.jpg>
https://github.com/dotchen/LAV/blob/2d00c6276d1a72f45627b4b9b418cd2ccad0b994/lav/models/point_pillar.py
—
Reply to this email directly, view it on GitHub
<https://github.com/Kin-Zhang/LAV/discussions/1#discussioncomment-2775761>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPV4FFEBZQZONAOU2Y7TLTVKTSYFANCNFSM5U5XPOQA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I also have the same question, since the sentence didn't illustrate more about it. For example, how many timestamps of LiDAR points should we concat? And for IL, usually, we adopt the same setting as previous training. Maybe we could try multip images of time into the training also. |
Beta Was this translation helpful? Give feedback.
-
Below is the v1 version, not! the v2 version, I didn't test on the update version. If someone did, please comment in the discussion.
Even after discussing with the origin author, it still cannot reproduce the LAV result in the online leaderboard. Reasons list on the behind.
Related issue comments:
dotchen/LAV#9 (comment)
dotchen/LAV#9 (comment)
Here is the resulting picture with origin LAV repo provided weights files' link and default parameters config link:
expand to see the result image (Driving score: 8.188, Route completion:52.401)
Please note again. This result is from origin LAV repo provided weights files' link and default parameters config link
Reasons:
As the author mentioned in the LAV paper, the LAV results in the online leaderboard trained at the whole dataset.
Appendix on arxiv version 2 [section B.2]:
Beta Was this translation helpful? Give feedback.
All reactions