Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxiaosong1002 authored Nov 28, 2024
1 parent 0d36fe7 commit 0e8cdf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/CONVERT_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code Convert Guide

This document outlines important considerations for migrating code based on nuscenes or other datasets to bench2drive.
This document outlines important considerations for migrating code based on nuScenes or other datasets to Bench2Drive.

## Models

Expand All @@ -12,11 +12,11 @@ You can place the configs and scripts for each method in the `adzoo` . Utils of

## Details of configs

To create a config for the bench2drive dataset, note the following:
To create a config for the Bench2Drive dataset, note the following:

- We have included the bench2drive name-to-class mapping and evaluation settings directly in the config. You can use our settings or modify them as needed.
- Unlike the 10 classes in nuscenes, we use 9 classes in bench2drive .
- Methods like UniAD and VAD use 3 commands on nuscenes, while bench2drive uses 6 commands obtained from CARLA.
- We have included the Bench2Drive name-to-class mapping and evaluation settings directly in the config. You can use our settings or modify them as needed.
- Unlike the 10 classes in nuScenes, we use 9 classes in Bench2Drive .
- Methods like UniAD and VAD use 3 commands on nuscenes, while Bench2Drive uses 6 commands obtained from CARLA.

## Dataset

Expand Down

0 comments on commit 0e8cdf1

Please sign in to comment.