PersFormer_3DLane icon indicating copy to clipboard operation
PersFormer_3DLane copied to clipboard

[ECCV2022 Oral] Perspective Transformer on 3D Lane Detection

Results 37 PersFormer_3DLane issues
Sort by recently updated
recently updated
newest added

thank you for your share, but I find that the github code is not consistant with paper. such as, "Unifying anchor design in 2D and 3D. We first put curated...

Hello,do you have your own code for car detection?

The training code crashes without an understandable error message: ```bash proc_id: 5 world size: 6 local_rank: 5 proc_id: 3 world size: 6 local_rank: 3 proc_id: 1 world size: 6 local_rank:...

1. There are three coordinate systems you mention: camera_coord, vehicle_coord and ground_coord. In JSON file the "xyz" are on vehicle_coord, and the output of the model is on ground_coord, so...

0. I cannot understand the details about transformations, I think the formulation wants to get E_g2c. so, why not use 'R_gv@E' instead of 'inv(R_vg)@ E @R_vg@R_gc'? 1. which is the...

In OpenLane 2D Lane Detection evaluation, which value of lane width and iou threshold you took to get benchmark results? 30 & 0.5 ?

TODO

Thank you so much for your publication. I tried to training with Apollo dataset (standard group in data_splits). I got the error of no label_list. can you give me some...

duplicate
TODO

I encountered this problem when I try to train on a single Gpu, please help me,Thank you : python main_persformer.py --mod=kkk --batch_size=8 --nepochs=200 proc_id: None world size: 1 local_rank: None...

Hi: I find one example of H_g2gflat: [1, 0, 0, 0] [0, 1, 0, 0] [0, 0, 0.472, 0] https://github.com/OpenPerceptionX/PersFormer_3DLane/blob/main/data/Load_Data.py#L417 but I cannot understand what's the scale(0.472) stand for Thanks!