voldemortX / pytorch-auto-drive

PytorchAutoDrive: Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, RESA, LSTR, LaneATT, BézierLaneNet...) based on PyTorch with fast training, visualization, benchmarking & deployment help
BSD 3-Clause "New" or "Revised" License
847 stars 138 forks source link

unfind bezier_labels #75

Closed FANG-MING closed 2 years ago

FANG-MING commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'xxx/CULane/bezier_labels/train_3.json'

wht1712 commented 2 years ago

Hi, how do you solve this problem?

voldemortX commented 2 years ago

@wht1712 just download the labels, it's in the readmes. https://drive.google.com/file/d/1s7N45IjUWxZEUIuyDUCIqtDfhzxRjmfL/view?usp=sharing

https://github.com/voldemortX/pytorch-auto-drive/blob/master/docs/datasets/CULANE.md

wht1712 commented 2 years ago

@voldemortX Thanks!