Skip to content

Commit 2577ca8

Browse files
committed
update README
1 parent 1d91c5a commit 2577ca8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gst-dsobjectsmask
22

3-
This plugin masks objects detected by NVIDIA nvinfer plugin. Fast and smooth since all the masking processes are done with GPU.
3+
This plugin masks objects detected by NVIDIA nvinfer plugin. Fast and smooth since all the masking processes are done with GPU. Originally forked from [seieric/gst-dsobjectsmosaic](https://github.com/seieric/gst-dsobjectsmosaic).
44

55
Must be a better masking solution than masking with nvdsosd.
66
![](https://raw.githubusercontent.com/seieric/gst-dsobjectsmask/main/gst-dsobjectsmask.png "")
@@ -38,5 +38,6 @@ sudo make -j$(nproc) install
3838
This is a brief instruction to test this plugin after installtion.
3939
1. Download [NVIDIA-AI-IOT/deepstream_tao_apps](https://github.com/NVIDIA-AI-IOT/deepstream_tao_apps) to ```/opt/nvidia/deepstream/deepstream-6.1/sources/apps```.
4040
2. Download required models for deepstream_tao_apps. Refer to [the documentation](https://github.com/NVIDIA-AI-IOT/deepstream_tao_apps#2-download-models).
41-
3. Run the sample script ```samples/peoplesegnet_test.sh```.
42-
4. You will get the ```peoplesegnet_test.mp4``` in your curennt directory.
41+
3. Build custom parser in ```/opt/nvidia/deepstream/deepstream-6.1/sources/apps/deepstream_tao_apps/post_processor```.
42+
4. Run the sample script ```samples/peoplesegnet_test.sh```.
43+
5. You will get the ```peoplesegnet_test.mp4``` in your curennt directory.

0 commit comments

Comments
 (0)