Skip to content

Commit 39bcc11

Browse files
Merge branch 'main' of https://github.com/taco-group/LangCoop into XG
2 parents c87d4b2 + f45d895 commit 39bcc11

5 files changed

+7
-6
lines changed

scripts/eval_driving_vlm_homo.sh scripts/eval_driving_vlm.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ export SAVE_PATH=${RESULT_ROOT}/image/${EVAL_SETTING}
4141

4242
export TEAM_AGENT=simulation/leaderboard/team_code/vlm_agent.py
4343
# V2X agent with BEV input to indicate the drivable area.
44-
export TEAM_CONFIG=simulation/leaderboard/team_code/agent_config/vlm_config_$5.yaml
44+
export TEAM_CONFIG=vlmdrive/agent/hypes_yaml/$5.yaml
4545
# model config file!
4646

4747
export RESUME=0
48-
export EGO_NUM=1
48+
export EGO_NUM=2
4949
export SKIP_EXISTED=1
5050

5151
mkdir -p $SAVE_PATH
@@ -69,6 +69,7 @@ python ${LEADERBOARD_ROOT}/leaderboard/leaderboard_evaluator_parameter.py \
6969
--trafficManagerSeed=${TRAFFIC_SEED} \
7070
--ego-num=${EGO_NUM} \
7171
--timeout 600 \
72+
--game_timeout 300 \
7273
--skip_existed=${SKIP_EXISTED}
7374

7475

vlmdrive/vlm/hypes_yaml/api_vlm_drive_speed_curvature_qwen2-2b-awq.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
model:
2-
type: VLMControllerSpeedCurvature # VLMControllerWaypoint, VLMControllerSpeedCurvature, VLMControllerControl
2+
type: VLMPlannerSpeedCurvature # VLMPlannerWaypoint, VLMPlannerSpeedCurvature, VLMPlannerControl
33
name: api
44
api_base_url: http://localhost:8002/v1
55
api_model_name: Qwen/Qwen2-VL-2B-Instruct-AWQ

vlmdrive/vlm/hypes_yaml/api_vlm_drive_speed_curvature_qwen2.5-3b-awq.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
model:
2-
type: VLMControllerSpeedCurvature # VLMControllerWaypoint, VLMControllerSpeedCurvature, VLMControllerControl
2+
type: VLMPlannerSpeedCurvature # VLMPlannerWaypoint, VLMPlannerSpeedCurvature, VLMPlannerControl
33
name: api
44
api_base_url: http://localhost:8000/v1
55
api_model_name: Qwen/Qwen2.5-VL-3B-Instruct-AWQ

vlmdrive/vlm/hypes_yaml/api_vlm_drive_speed_curvature_qwen2.5-72b-awq.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
model:
2-
type: VLMControllerSpeedCurvature # VLMControllerWaypoint, VLMControllerSpeedCurvature, VLMControllerControl
2+
type: VLMPlannerSpeedCurvature # VLMPlannerWaypoint, VLMPlannerSpeedCurvature, VLMPlannerControl
33
name: api
44
api_base_url: http://localhost:8000/v1
55
api_model_name: Qwen/Qwen2.5-VL-72B-Instruct-AWQ

vlmdrive/vlm/hypes_yaml/api_vlm_drive_speed_curvature_qwen2.5-7b-awq.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
model:
2-
type: VLMControllerSpeedCurvature # VLMControllerWaypoint, VLMControllerSpeedCurvature, VLMControllerControl
2+
type: VLMPlannerSpeedCurvature # VLMPlannerWaypoint, VLMPlannerSpeedCurvature, VLMPlannerControl
33
name: api
44
api_base_url: http://localhost:8001/v1
55
api_model_name: Qwen/Qwen2.5-VL-7B-Instruct-AWQ

0 commit comments

Comments
 (0)