Skip to main content
Version: 1.0.0

sdsrvisual

개요

EDSR과 같은 Super Resolution 모델로 추론한 결과를 프레임에 표시하는 element입니다.
추론 결과로 생성된 고해상도 이미지로 현재 프레임을 교체합니다. 반드시 sdsrvisual은 sdpostprocess 뒤에 위치해야합니다.

사용 예시

gst-launch-1.0 videotestsrc \
! decodebin \
! videoconvert \
! sdpreprocess model-config=<model-config-path> n-threads=16 \
! sdinfer model-config=<model-config-path> \
! sdpostprocess model-config=<model-config-path> \
! sdsrvisual \
! videoconvert \
! autovideosink