File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,17 +40,21 @@ If you have [NVIDIA DeepStream](https://developer.nvidia.com/deepstream-sdk) and
4040
4141``` Shell
4242conda env create -f environment.yml
43- conda activate BagX
43+ conda activate bagx
4444```
4545
4646## Usage
4747
48481 . 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
52531 . 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+
54581 . To run (inside the docker container):
5559
5660``` Shell
You can’t perform that action at this time.
0 commit comments