Skip to content

Commit

Permalink
Add lfs instructions in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-deve committed Sep 5, 2022
1 parent 43e1bd2 commit a9506bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ To build the pointpillars inference, **TensorRT** with PillarScatter layer and *
### Compile && Run

```shell
$ sudo apt-get install git-lfs
$ git lfs install
$ git clone https://github.com/NVIDIA-AI-IOT/CUDA-PointPillars.git && cd CUDA-PointPillars
$ mkdir build && cd build
$ cmake .. && make -j$(nproc)
$ ./demo
Expand Down

0 comments on commit a9506bb

Please sign in to comment.