Hao Shao
Hao Shao
Hi! Maybe you can try to restart carla server and re-run the data_collection script. Also check the ports of these two files are the same.
Hi Naren, The issue is a **classic** problem of Carla, and i also don't have a good way to solve it. But I have some suggestions can provide you :...
Hi, you can refer to this issue https://github.com/opendilab/InterFuser/issues/8#issuecomment-1375165181
Sorry, we can't provide this file. Because this file is extracted from your collected data. You need to collect your data and generate the dataset_ Index.txt file by yourself.
Hi, this is because the timm you have installed is not the timm we provided. you could uninstall timm and ```bash pip uninstall timm cd interfuser/timm pip install -e ....
Yes, or you may need to implement the function "shift the data by the tmeporal dimension" in naive Pytorch by yourself to replace the cuda kernel.
maybe you can check the version of PyTorch and CUDA. For me CUDA 10.1 and Pytorch 1.4.0 works well
Have fixed it in the latest version
Hi! Sorry for the late reply, I have been very busy recently. You can refer to this code: https://github.com/opendilab/LMDrive/blob/d7b4ba32ef533f5ec8edf475496794584baedf62/leaderboard/team_code/lmdriver_agent.py#L252
Hi! Can you provide the complete traceback log? It can help me fix the bug in the later version. Based on the current log, maybe you can try to remove...