PersFormer_3DLane
PersFormer_3DLane copied to clipboard
Error when using Apollo dataset
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!
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.
All right, looking forward to your next version.
Hi, we have updated the support for the Apollo dataset.