autonomousvision / neat

[ICCV'21] NEAT: Neural Attention Fields for End-to-End Autonomous Driving
MIT License
303 stars 47 forks source link

Error while data generation #20

Open SExpert12 opened 1 month ago

SExpert12 commented 1 month ago

Hi, I want to generate data and I am using CARLA build from source. When I run command "./leaderboard/scripts/run_evaluation.sh", I am getting this error. How to resolve this. I have not changed anything in any file. Any help please!!!

leaderboard/leaderboard/leaderboard_evaluator.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources WARNING: Version mismatch detected: You are trying to connect to a simulator that might be incompatible with this API WARNING: Client API version = 0.9.14 WARNING: Simulator API version = 0.9.14-6-g43b5e7064-dirty leaderboard/leaderboard/leaderboard_evaluator.py:91: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(dist.version) < LooseVersion('0.9.10'): Traceback (most recent call last): File "leaderboard/leaderboard/leaderboard_evaluator.py", line 477, in main leaderboard_evaluator.run(arguments) File "leaderboard/leaderboard/leaderboard_evaluator.py", line 406, in run self.statistics_manager.clear_record(args.checkpoint) File "/neat-main/leaderboard/leaderboard/utils/statistics_manager.py", line 340, in clear_record with open(endpoint, 'w') as fd: FileNotFoundError: [Errno 2] No such file or directory: '../carla_results/auto_pilot.json' Exception ignored in: <function LeaderboardEvaluator.del at 0x7f3902afbf70> Traceback (most recent call last): File "leaderboard/leaderboard/leaderboard_evaluator.py", line 124, in del self._cleanup() File "leaderboard/leaderboard/leaderboard_evaluator.py", line 157, in _cleanup self._agent_watchdog.stop() File "/neat-main/scenario_runner/srunner/scenariomanager/watchdog.py", line 72, in stop self._timer.cancel() AttributeError: 'NoneType' object has no attribute 'cancel'