You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following command to install the BeTopNet (WOMD) package:
6
+
7
+
```bash
8
+
cd womd && pip install -e .
9
+
```
10
+
11
+
To build the necessary CUDA dependencies, please refer to [EQNet](https://github.com/dvlab-research/DeepVision3D/tree/master/EQNet/eqnet/ops).
12
+
13
+
Make sure the corresponding WOMD package are successfully installed
14
+
15
+
## Data Preparation
16
+
17
+
### 1. Download the Data
18
+
19
+
Download the ```scenario/``` part of Waymo Open Motion Dataset under certain path and your specified task: [Link](https://console.cloud.google.com/storage/browser/waymo_open_dataset_motion_v_1_3_0;tab=objects?prefix=&forceOnObjectsSortingFiltering=false)
20
+
21
+
Download the ```intention_points.pkl```. You may find the corresponding files in the following [Link](https://github.com/OpenDriveLab/BeTop/releases/tag/womd)
22
+
23
+
### 2. Preprocess the Raw Data:
24
+
25
+
**[NOTE]** The ```data_process``` code assumes you have downloaded both motion & interaction data, so you may modify according to your need.
26
+
27
+
Run the following command to preprocess the raw data:
**[TIPS]** If you have not cached the data, your may set ```BATCH = 10*N_GPUS``` using A100(80G) gpus. Otherwise, you may leverage a larger batch size.
22
+
23
+
## Evaluation
24
+
To evaluate the trained model, use the following command:
0 commit comments