aliyun / conditional-lane-detection

Apache License 2.0
396 stars 89 forks source link

'CurvelanesDataset is not in the dataset registry' #2

Closed ldol31627 closed 3 years ago

ldol31627 commented 3 years ago

Exception has occurred: KeyError 'CurvelanesDataset is not in the dataset registry' File "/home/rx/ADAS/Lane/conditional-lane-detection/mmdetection/mmdet/datasets/builder.py", line 59, in build_dataset dataset = build_from_cfg(cfg, DATASETS, default_args) File "/home/rx/ADAS/Lane/conditional-lane-detection/tools/condlanenet/curvelanes/test_curvelanes.py", line 218, in main dataset = build_dataset(cfg.data.test) File "/home/rx/ADAS/Lane/conditional-lane-detection/tools/condlanenet/curvelanes/test_curvelanes.py", line 248, in main() 报这个错,请帮忙看下什么原因?

ldol31627 commented 3 years ago

我找到原因了,谢谢!

KnightHarute commented 3 years ago

你好我也遇到这个问题,请问是怎么解决的呀