Sync crowd-detection from metro-analytics-catalog
Browse files
README.md
CHANGED
|
@@ -236,8 +236,9 @@ bus.timed_pop_filtered(
|
|
| 236 |
pipeline.set_state(Gst.State.NULL)
|
| 237 |
```
|
| 238 |
|
| 239 |
-
To run on integrated GPU, change `device=CPU` to `device=GPU`
|
| 240 |
-
`vapostproc` after `jpegdec`
|
|
|
|
| 241 |
For NPU, change `device=CPU` to `device=NPU`.
|
| 242 |
|
| 243 |
---
|
|
|
|
| 236 |
pipeline.set_state(Gst.State.NULL)
|
| 237 |
```
|
| 238 |
|
| 239 |
+
To run on integrated GPU, change `device=CPU` to `device=GPU`, add
|
| 240 |
+
`vapostproc ! video/x-raw(memory:VASurface)` after `jpegdec`, and set
|
| 241 |
+
`pre-process-backend=vaapi-surface-sharing` on `gvadetect`.
|
| 242 |
For NPU, change `device=CPU` to `device=NPU`.
|
| 243 |
|
| 244 |
---
|