autonomousvision / transfuser

[PAMI'23] TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving; [CVPR'21] Multi-Modal Fusion Transformer for End-to-End Autonomous Driving
MIT License
1.1k stars 184 forks source link

UnboundLocalError: local variable 'leaderboard_evaluator' referenced before assignment #4

Closed raozhongyu closed 3 years ago

raozhongyu commented 3 years ago

Thanks for your great wrok, i meet this question "UnboundLocalError: local variable 'leaderboard_evaluator' referenced before assignment" can you give me some question

raozhongyu commented 3 years ago

I have solve this question

yewon-lee commented 3 years ago

Hi @raozhongyu I am facing the same issue as you've described. Did you figure out how to solve this error?

ghost commented 1 year ago

Hello @raozhongyu May you tell us how to solve this problem? I have met the same question with you~

927087638 commented 11 months ago

Hello @raozhongyu May you tell us how to solve this problem? I have met the same question with you~

Fengtao22 commented 3 months ago

Hello @raozhongyu May you tell us how to solve this problem? I have met the same question with you~

This reply might be late. But for others whom encounter similar issues, try to check whether the error info contains"RuntimeError: trying to create rpc server for traffic manager; but the system failed to create because of bind error". If it is the case, then "you are trying to create the TrafficManager in a port that is busy" (https://github.com/carla-simulator/scenario_runner/issues/722). So the easy solution is to `

pkill -9 python

`