SST: docker build and run problem

problems.txt

In the attached file are problems I met when I build docker and run the command in the CTRL_instructions.md. There is still several problems not solved:

  1. when I run python ./tools/ctrl/generate_track_input.py ./tools/ctrl/data_configs/fsd_base_vehicle.yaml --process 8

image

I want to know the mmcv-full version of yours.

  1. when I run python ./tools/ctrl/generate_train_gt_bin.py

image

when I run python ./tools/ctrl/extract_poses.py

image

I want to know how to get the ./data directory

About this issue

Most upvoted comments

My tensorflow and waymo version is:

tensorflow                    2.4.0
waymo-open-dataset-tf-2-4-0   1.4.1

Besides, I usually follow the following shell script to setup my environment:

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install tensorflow==2.4.0
pip3 install waymo-open-dataset-tf-2-4-0 --user
pip install torch-1.8.0+cu111-cp38-cp38-linux_x86_64.whl
pip install torchvision-0.9.0+cu111-cp38-cp38-linux_x86_64.whl
cd ./mmcv-1.3.9
TORCH_CUDA_ARCH_LIST="8.6" MMCV_WITH_OPS=1 pip install -e .
cd ..
pip install mmdet==2.14.0
pip install mmsegmentation==0.14.1
cd ./SST
pip install -e .

Hope it helps.

My environment is:

cumm-cu113                    0.3.4
mmcv-full                     1.3.9              
mmdet                         2.14.0
mmdet3d                       0.15.0            
mmsegmentation                0.14.1
spconv-cu113                  2.2.3
torch                         1.8.0+cu111
torchvision                   0.9.0+cu111
torch-scatter                 2.0.9

For the data, it is generated by the official MMDet3D script: ./tools/create_data.py. For this part, you could follow the instructions of MMDet3Dv0.15.

For idx2timestamp.pkl, please follow https://github.com/tusen-ai/SST/blob/main/docs/overall_instructions.md#fast-waymo-evaluation