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()
报这个错,请帮忙看下什么原因?
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()
报这个错,请帮忙看下什么原因?