OpenDriveLab / OpenLane

[ECCV 2022 Oral] OpenLane: Large-scale Realistic 3D Lane Dataset
Apache License 2.0
494 stars 46 forks source link

Do you have any plan to open source the training code? #1

Closed Starboy-at-earth closed 2 years ago

Starboy-at-earth commented 2 years ago

Thank you in advance!

ChonghaoSima commented 2 years ago

We will release the whole training and evaluation codebase of PersFormer, adapted 3D-LaneNet and Gen-LaneNet soon, and we will notify you in this issue.

24werewolf commented 2 years ago

We will release the whole training and evaluation codebase of PersFormer, adapted 3D-LaneNet and Gen-LaneNet soon, and we will notify you in this issue.

Do you have an exact point in time? next week or this month

ChonghaoSima commented 2 years ago

We plan to release that in this month.

Best Chonghao Sima


From: 24werewolf @.> Sent: Wednesday, March 23, 2022 10:58:11 AM To: OpenPerceptionX/OpenLane @.> Cc: Sima, Chonghao @.>; Comment @.> Subject: Re: [OpenPerceptionX/OpenLane] Do you have any plan to open source the training code? (Issue #1)

We will release the whole training and evaluation codebase of PersFormer, adapted 3D-LaneNet and Gen-LaneNet soon, and we will notify you in this issue.

Do you have an exact point in time? next week or this month

— Reply to this email directly, view it on GitHubhttps://github.com/OpenPerceptionX/OpenLane/issues/1#issuecomment-1075863747, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AM6RGLW65JOPTZM6GPZHX33VBKCEHANCNFSM5RLGLTYQ. You are receiving this because you commented.Message ID: @.***>

24werewolf commented 2 years ago

We plan to release that in this month. Best Chonghao Sima ____ From: 24werewolf @.> Sent: Wednesday, March 23, 2022 10:58:11 AM To: OpenPerceptionX/OpenLane @.> Cc: Sima, Chonghao @.>; Comment @.> Subject: Re: [OpenPerceptionX/OpenLane] Do you have any plan to open source the training code? (Issue #1) We will release the whole training and evaluation codebase of PersFormer, adapted 3D-LaneNet and Gen-LaneNet soon, and we will notify you in this issue. Do you have an exact point in time? next week or this month — Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AM6RGLW65JOPTZM6GPZHX33VBKCEHANCNFSM5RLGLTYQ. You are receiving this because you commented.Message ID: @.***>

cool!!!

AMzhanghan commented 2 years ago

We plan to release that in this month. Best Chonghao Sima ____ From: 24werewolf @.> Sent: Wednesday, March 23, 2022 10:58:11 AM To: OpenPerceptionX/OpenLane @.> Cc: Sima, Chonghao @.>; Comment @.> Subject: Re: [OpenPerceptionX/OpenLane] Do you have any plan to open source the training code? (Issue #1) We will release the whole training and evaluation codebase of PersFormer, adapted 3D-LaneNet and Gen-LaneNet soon, and we will notify you in this issue. Do you have an exact point in time? next week or this month — Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AM6RGLW65JOPTZM6GPZHX33VBKCEHANCNFSM5RLGLTYQ. You are receiving this because you commented.Message ID: @.***>

There is still the last day of this month. Will it be released ? thx!

ChonghaoSima commented 2 years ago

We are refactoring the codebase and it's delayed by some covid issue. We consider postpone the release date to April 7.

k-nayak commented 2 years ago

Can we use this model to compute the curvature of the lane as well? Without relying on classical approaches?

24werewolf commented 2 years ago

We are refactoring the codebase and it's delayed by some covid issue. We consider postpone the release date to April 7.

Hi, how time open the source the training code.

AMzhanghan commented 2 years ago

We are refactoring the codebase and it's delayed by some covid issue. We consider postpone the release date to April 7.

Today is April 11, When will the code be released ?

24werewolf commented 2 years ago

We are refactoring the codebase and it's delayed by some covid issue. We consider postpone the release date to April 7.

Today is April 11, When will the code be released ?

+1

ChonghaoSima commented 2 years ago

For those who are interested, we have released v1.0 PersFormer codebase at https://github.com/OpenPerceptionX/PersFormer_3DLane . Feel free to create issues if you have any concerns. @24werewolf @AMzhanghan @Starboy-at-earth

ChonghaoSima commented 2 years ago

Can we use this model to compute the curvature of the lane as well? Without relying on classical approaches?

In my understanding, curvature value is obtained by post-processing of 3D Lane under BEV. The model can't predict curvature directly.