Skip to content

Commit 7e5d716

Browse files
committed
Fix README.md instructions
1 parent 25d7ae6 commit 7e5d716

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,21 @@ If you have [NVIDIA DeepStream](https://developer.nvidia.com/deepstream-sdk) and
4040

4141
```Shell
4242
conda env create -f environment.yml
43-
conda activate BagX
43+
conda activate bagx
4444
```
4545

4646
## Usage
4747

4848
1. modify the `DATASET_PATH` in [./scripts/variables.sh](./scripts/variables.sh) according to your data directory on your host machine
4949

5050
- `DATASET_PATH` will be mounted to `~/data` inside the docker container
51+
- Remember to run [./scripts/run.sh](./scripts/run.sh) again after modifying the `DATASET_PATH` to update the docker container mount points
5152

5253
1. modify the config according to your needs, e.g., [./config/example/mp4_to_imgdir_rosbag.yaml](./config/example/mp4_to_imgdir_rosbag.yaml)
5354

55+
- Any invalid input file path will cause assertion failure and stop the program, so don't worry, it won't go crazy
56+
- Remember to specify all the pipelines you want to run in the `pipeline` list, otherwise it won't run
57+
5458
1. To run (inside the docker container):
5559

5660
```Shell

0 commit comments

Comments
 (0)