Skip to content

Commit

Permalink
Update demos to 0.2.1 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisvmedyantsev authored May 4, 2023
1 parent cfbe136 commit a6903c8
Show file tree
Hide file tree
Showing 73 changed files with 389 additions and 574 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you are acquainted with running dockerized applications using Nvidia GPUs:

Trying the demo you will find how to craft the following showcase:

![](samples/peoplenet-blur-demo-loop-400.webp)
![](samples/peoplenet_detector/assets/peoplenet-blur-demo-loop-400.webp)

```bash
git clone https://github.com/insight-platform/Savant.git
Expand All @@ -44,8 +44,8 @@ curl --silent -O -- https://hello.savant.video/peoplenet.html
# if Jetson
../../utils/check-environment-compatible && docker compose -f docker-compose.l4t.yml up

# open 'rtsp://127.0.0.1:8554/city-traffic-processed' in your player
# or visit 'http://127.0.0.1:8888/city-traffic-processed/' (LL-HLS)
# open 'rtsp://127.0.0.1:554/stream' in your player
# or visit 'http://127.0.0.1:888/stream/' (LL-HLS)

# Ctrl+C to stop running the compose bundle

Expand Down
2 changes: 1 addition & 1 deletion docs/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ The adapter parameters are set with environment variables:
- `ZMQ_TYPE` - ZeroMQ socket type for the adapter's input; the default value is `SUB`, can also be set to `ROUTER` or `REP`;
- `ZMQ_BIND` - flag specifies whether the adapter's input should be bound or connected to the specified endpoint; If `True`, the input is bound; otherwise, it's connected; the default value is `False`.

**Note**: When `DEV_MODE=False` the stream is available at:
**Note**: When `DEV_MODE=True` the stream is available at:
- RTSP - `rtsp://<container-host>:554/stream`;
- RTMP - `rtmp://<container-host>:1935/stream`;
- HLS - `http://<container-host>:888/stream`;
Expand Down
12 changes: 6 additions & 6 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ Sample Location: [peoplenet_detector](./peoplenet_detector)

Preview:

![](peoplenet-blur-demo-loop-400.webp)
![](peoplenet_detector/assets/peoplenet-blur-demo-loop-400.webp)

### Car Detection and Classification (Nvidia detectors and classifiers, Nvidia tracker)

Sample Location: [nvidia_car_classification](./nvidia_car_classification)

Preview:

![](nvidia-car-classification-loop-400.webp)
![](nvidia_car_classification/assets/nvidia-car-classification-loop-400.webp)

### Line crossing demo
### Traffic meter demo

Sample Location: [line_crossing](./line_crossing)
Sample Location: [traffic_meter](./traffic_meter)

Preview:

![](line-crossing-loop-400.webp)
![](traffic_meter/assets/traffic-meter-loop-400.webp)

## Utility And Coding Examples

Expand All @@ -45,6 +45,6 @@ Sample Location: [opencv_cuda_bg_remover_mog2](./opencv_cuda_bg_remover_mog2)

Preview:

![](opencv_cuda_bg_remover_mog2-800.webp)
![](opencv_cuda_bg_remover_mog2/assets/opencv_cuda_bg_remover_mog2-800.webp)


File renamed without changes
File renamed without changes
Binary file removed samples/line-crossing-loop-400.webp
Binary file not shown.
Binary file removed samples/line-crossing-loop.webp
Binary file not shown.
102 changes: 0 additions & 102 deletions samples/line_crossing/docker-compose.l4t.yml

This file was deleted.

102 changes: 0 additions & 102 deletions samples/line_crossing/docker-compose.x86.yml

This file was deleted.

Binary file removed samples/nvidia-car-classification-loop-400.webp
Binary file not shown.
Binary file removed samples/nvidia-car-classification-loop.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions samples/nvidia_car_classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The app reproduces [deepstream-test2 app](https://github.com/NVIDIA-AI-IOT/deeps

Preview:

![](../nvidia-car-classification-loop.webp)
![](assets/nvidia-car-classification-loop.webp)

Tested on platforms:

Expand Down Expand Up @@ -36,8 +36,8 @@ curl --silent -O -- https://hello.savant.video/cars.html
# if Jetson
../../utils/check-environment-compatible && docker compose -f docker-compose.l4t.yml up

# open 'rtsp://127.0.0.1:8554/nvidia-sample-processed' in your player
# or visit 'http://127.0.0.1:8888/nvidia-sample-processed/' (LL-HLS)
# open 'rtsp://127.0.0.1:554/stream' in your player
# or visit 'http://127.0.0.1:888/stream/' (LL-HLS)

# Ctrl+C to stop running the compose bundle

Expand Down
Git LFS file not shown
Git LFS file not shown
Loading

0 comments on commit a6903c8

Please sign in to comment.