opendilab / InterFuser

[CoRL 2022] InterFuser: Safety-Enhanced Autonomous Driving Using Interpretable Sensor Fusion Transformer
Apache License 2.0
531 stars 46 forks source link

Dataset collection #75

Closed Yyb-XJTU closed 11 months ago

Yyb-XJTU commented 11 months ago

Hello! I just encountered some problems when collecting the Dataset:

./leaderboard/scripts/run_evaluation.sh pygame 2.1.2 (SDL 2.0.16, Python 3.7.16) Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "leaderboard/leaderboard/leaderboard_evaluator.py", line 480, in main leaderboard_evaluator.run(arguments) File "leaderboard/leaderboard/leaderboard_evaluator.py", line 401, in run route_indexer = RouteIndexer(args.routes, args.scenarios, args.repetitions) TypeError: init() missing 1 required positional argument: 'routes_subset'

can you help me deal with it?