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 71da5d4 commit 51e9778
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,35 +58,30 @@ Sparse Version

`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
``` 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.
```

Expand All @@ -95,18 +90,14 @@ 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.
```

Expand Down

0 comments on commit 51e9778

Please sign in to comment.