-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from agents.navigation.global_route_planner import GlobalRoutePlanner #52
Comments
@scuizhibin 我之前也遇到过, 添加下面两行解决了
|
还有一个问题 如果把VAD跑起来,run_evaluation_debug.sh 中TEAM_CONFIG如何设置? |
@scuizhibin 和你使用ckpt对应即可, 我使用的是 Bench2DriveZoo/ckpts/uniad_tiny_b2d.pth TEAM_CONFIG=Bench2DriveZoo/adzoo/uniad/configs/stage2_e2e/tiny_e2e_b2d.py 这样设置加载checkpoint可能出现问题, 可以手动修改下Bench2DriveZoo/team_code/uniad_b2d_agent.py self.ckpt_path = 'Bench2DriveZoo/ckpts/uniad_tiny_b2d.pth'
checkpoint = load_checkpoint(self.model, self.ckpt_path, map_location='cpu', strict=True) |
最后一个问题 我的torch版本是2.4,torchvision 版本0.19.0,但是运行bash命令出现,RuntimeError: operator torchvision::nms does not exist |
@scuizhibin 这是我使用的版本, 按照INSTALL.md安装能成功运行;你的问题我没遇到过, 不知道怎么解, 可以重装下torchvision或者按照官方重新配置环境
|
ATen/native/TensorShape.cpp:3587.)
|
@scuizhibin 从上面信息不确定是哪一步出错了, 你可以调试代码看下具体发生在哪. 3060(notebook) 8G报OOM错误(uniad_tiny), 换成 A100 实际占用显存约9.4G(VAD); |
这个问题你遇到没有
…---Original---
From: ***@***.***>
Date: Tue, Aug 13, 2024 15:51 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [Thinklab-SJTU/Bench2Drive] fromagents.navigation.global_route_planner import GlobalRoutePlanner (Issue #52)
@scuizhibin 这是我使用的版本, 按照INSTALL.md安装能成功运行;你的问题我没遇到过, 不知道怎么解, 可以重装下INSTALL.md或者按照官方重新配置环境
torch 2.4.0+cu118
torchaudio 2.4.0+cu118
torchmetrics 0.11.4
torchvision 0.19.0+cu118
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
在Bench2Drive/leaderboard/scripts/run_evaluation.sh中设置一下CARLA_ROOT~ |
@AvinsWang @scuizhibin 请问在CUDA 11.8的条件下,如何配置VAD的虚拟环境?我发现INSTALL.md并未提及VAD所需的MMCV、MMDetection、MMDetection3D等依赖库的版本号 |
Hi, @JesseTowne. You do not need another repo(MMCV、MMDetection、MMDetection3D) anymore, just follow step 6, |
我按照readme上的要求进行安装carla,运行bash leaderboard/scripts/run_evaluation_debug.sh,出现问题
The text was updated successfully, but these errors were encountered: