vagheshpatel commited on
Commit
5f7dca6
·
verified ·
1 Parent(s): 2f25f77

Sync crowd-detection from metro-analytics-catalog

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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` and add
240
- `vapostproc` after `jpegdec` for zero-copy color conversion.
 
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
  ---