@@ -100,17 +100,16 @@ For CUDA 11.8:
100
100
pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
101
101
102
102
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
+
103
107
pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/# subdirectory=bindings/torch
104
108
```
105
109
106
110
We refer to [ Nerfstudio] ( https://github.com/nerfstudio-project/nerfstudio/blob/v1.0.3/docs/quickstart/installation.md ) for more installation support.
107
111
108
112
### 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
114
113
``` bash
115
114
git clone https://github.com/georghess/neurad-studio.git
116
115
cd neurad-studio
@@ -223,10 +222,10 @@ To add a dataset, create `nerfstudio/data/dataparsers/mydataset.py` containing o
223
222
| Data | Cameras | Lidars |
224
223
| --------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------- |
225
224
| 🚗 [ 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 |
227
226
| 🚗 [ 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
230
229
231
230
232
231
0 commit comments