PersFormer_3DLane icon indicating copy to clipboard operation
PersFormer_3DLane copied to clipboard

Error when using Apollo dataset

Open YangHan-Morningstar opened this issue 2 years ago • 2 comments

Hi there, thanks for your excellent paper and work. I meet a bug when I use your code to train the model on Apollo dataset:

AttributeError: 'LaneDataset' object has no attribute '_label_list'

I saw in Load_data.py when dataset is OpenLane the self._label_list will be inited in a function but when dataset is Apollo, there is no init. Could you offer a solution? Thanks a lot!

YangHan-Morningstar avatar May 16 '22 09:05 YangHan-Morningstar

The currently organized code only provides training and testing for the OpenLane dataset. We will update the support for the Apollo dataset in the future, thank you for your attention.

dyfcalid avatar May 17 '22 10:05 dyfcalid

All right, looking forward to your next version.

YangHan-Morningstar avatar May 22 '22 07:05 YangHan-Morningstar

Hi, we have updated the support for the Apollo dataset.

huangmozhi9527 avatar Apr 08 '23 00:04 huangmozhi9527