NVIDIA / GMAT

A toolkit showing GPU's all-round capability in video processing
Other
175 stars 40 forks source link

tensorrt filter cannot run? #6

Closed pxEkin closed 1 year ago

pxEkin commented 1 year ago

commond line: ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i ./test-video/pexels-allan.mp4 -vf scale_npp=512:512,format_cuda=rgbpf32,tensorrt=./trt_engines/ESRGAN_x4_512.trt,format_cuda=nv12 -c:v h264_nvenc output.mp4 -y

logs(It's stuck here the whole time): image

Find the problem:block in trt_model->Execute image

How to solve the problem?