Avinash Singh Gahlowt

Results 2 issues of Avinash Singh Gahlowt

I'm using this pipeline `gst-launch-1.0 filesrc location=~/Downloads/PeopeWalking.mp4 ! decodebin ! gvadetect model=~/intel/models/intel/face-detection-adas-0001/FP16/face-detection-adas-0001.xml ! gvaclassify model=~/intel/models/intel/age-gender-recognition-retail-0013/FP16/age-gender-recognition-retail-0013.xml model_proc=/opt/intel/dlstreamer/samples/gstreamer/model_proc/intel/age-gender-recognition-retail-0013.json ! gvawatermark ! xvimagesink` So it works fine with the webcam video source v4l2src...

I had ran this models for age,gender,face on my Intel laptop using `gst-launch-1.0 v4l2src device=/dev/video0 ! decodebin ! gvadetect model=~/intel/models/intel/face-detection-adas-0001/FP32/face-detection-adas-0001.xml ! gvaclassify model=~/intel/models/intel/age-gender-recognition-retail-0013/FP32/age-gender-recognition-retail-0013.xml model_proc=/opt/intel/dlstreamer/samples/gstreamer/model_proc/intel/age-gender-recognition-retail-0013.json ! gvawatermark ! xvimagesink` Now I...