Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prashkmr committed May 24, 2024
1 parent ee9c43f commit 71da5d4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,56 +53,62 @@ We trained our models on a single NVIDIA A100 GPU. We have 2 version per dataset
1. **Train on KITTI dataset**:
Sparse Version

``` bash
`cd kitti/`

`python GLiDR_kitti.py --data data/kitti/ --exp_name glidr_kitti_sparse --beam 16 --dim 8 --batch_size 32 --mode kitti`

```
Dense Version

``` bash
`cd kitti/`

`python GLiDR_kitti.py --data data/kitti/ --exp_name glidr_kitti_dense --beam 64 --dim 8 --batch_size 8 --mode kitti`

--beam : Denotes the number of beam that ar allowed in the LiDAR.

--dim : Sparsifies the outermost dimension of the range image (for CARLA, outermost dimesion is 1024). For more details on this, please refer to Section 5.2 of the paper.

``` bash
2. **Train on CARLA dataset**:
Sparse Version
Sparse Version
``` bash
` cd carla/`

```
` python GLiDR_kitti.py --data data/carla/ --exp_name glidr_carla_sparse --beam 16 --dim 4 --batch_size 32 --mode carla`

Dense Version

``` bash
`cd carla/`

`python GLiDR_kitti.py --data data/kitti/ --exp_name glidr_carla_dense --beam 64 --dim 4 --batch_size 8 --mode carla`

--beam : Denotes the number of beam that ar allowed in the LiDAR.

--dim : Sparsifies the outermost dimension of the range image (for CARLA, outermost dimesion is 512). For more details on this, please refer to Section 5.2 of the paper.

```

3. **Train on CARLA dataset**:
Sparse Version

``` bash
` cd carla/`

` python GLiDR_kitti.py --data data/carla/ --exp_name glidr_carla_sparse --beam 16 --dim 4 --batch_size 32 --mode carla`

```
Dense Version

``` bash
`cd carla/`

`python GLiDR_kitti.py --data data/kitti/ --exp_name glidr_carla_dense --beam 64 --dim 4 --batch_size 8 --mode carla`

--beam : Denotes the number of beam that ar allowed in the LiDAR.

--dim : Sparsifies the outermost dimension of the range image (for CARLA, outermost dimesion is 512). For more details on this, please refer to Section 5.2 of the paper.

```


### Contact
Expand Down

0 comments on commit 71da5d4

Please sign in to comment.