Fix a bug in Waymo conversion: GPU should be disable (#64)

* Update waymo.rst

* Update waymo.rst

* allow generate all data

* update readme

* update

* better logging info

* more info

* up

* fix

* add note on GPU

* better log

* format
This commit is contained in:
Zhenghao Peng
2024-02-20 13:28:09 -08:00
committed by GitHub
parent 06c3aee0e2
commit 6cda061ed8
8 changed files with 47 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ pip install -e.
# Install ScenarioNet
cd ~/ # Go to the folder you want to host these two repos.
git clone git@github.com:metadriverse/scenarionet.git
git clone https://github.com/metadriverse/scenarionet.git
cd scenarionet
pip install -e .
```