Skip to content

Commit 5276eb2

Browse files
committed
update readme
1 parent 445f41d commit 5276eb2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,16 @@ For CUDA 11.8:
100100
pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
101101

102102
conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit
103+
104+
# Some need to upgrade dill prior to tiny-cuda-nn install
105+
pip install dill --upgrade
106+
103107
pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
104108
```
105109

106110
We refer to [Nerfstudio](https://github.com/nerfstudio-project/nerfstudio/blob/v1.0.3/docs/quickstart/installation.md) for more installation support.
107111

108112
### Installing NeuRAD
109-
Some users need to upgrade dill prior to the next step
110-
```bash
111-
pip install dill --upgrade
112-
```
113-
and then
114113
```bash
115114
git clone https://github.com/georghess/neurad-studio.git
116115
cd neurad-studio
@@ -223,10 +222,10 @@ To add a dataset, create `nerfstudio/data/dataparsers/mydataset.py` containing o
223222
| Data | Cameras | Lidars |
224223
| --------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------- |
225224
| 🚗 [nuScenes](https://www.nuscenes.org/) | 6 cameras | 32-beam lidar |
226-
| 🚗 [ZOD](https://zod.zenseact.com/) | 1 camera | 128-beam + 2 x 16-beam lidars |
225+
| 🚗 [ZOD](https://zod.zenseact.com/) ([Annotations](https://github.com/user-attachments/files/15773566/auto_annotations.zip)) | 1 camera | 128-beam + 2 x 16-beam lidars |
227226
| 🚗 [Argoverse 2](https://www.argoverse.org/av2.html) | 7 ring cameras + 2 stereo cameras | 2 x 32-beam lidars |
228-
| 🚗 [PandaSet](https://pandaset.org/)([huggingface download](https://huggingface.co/datasets/georghess/pandaset)) | 6 cameras | 64-beam lidar |
229-
| 🚗 [KITTIMOT](https://www.cvlibs.net/datasets/kitti/eval_tracking.php) | 2 stereo cameras | 64-beam lidar
227+
| 🚗 [PandaSet](https://pandaset.org/) ([huggingface download](https://huggingface.co/datasets/georghess/pandaset)) | 6 cameras | 64-beam lidar |
228+
| 🚗 [KITTIMOT](https://www.cvlibs.net/datasets/kitti/eval_tracking.php) ([Timestamps](https://www.cvlibs.net/datasets/kitti/raw_data.php)) | 2 stereo cameras | 64-beam lidar
230229

231230

232231

0 commit comments

Comments
 (0)