SLOW Semantic Segmentation on NVIDIA DRIVE Open Script
Ältere Kommentare anzeigen
Hello,
I'm using a NVIDIA Jetson AGX Xavier
I'm trying the Semantic Segmentation on NVIDIA DRIVE Open Script: https://it.mathworks.com/help/supportpkg/nvidia/ug/semantic-segmentation-on-nvidia-drive.html
I've only chaned the
opencv_link_flags = '`pkg-config --cflags --libs opencv`';
to
opencv_link_flags = '`pkg-config --cflags --libs opencv4`';
because without it it doesn't compile.
There is another problem: Why the FPS are so slow? Mine goes at 0.39 FPS (as shown in the screenshot below)
I've checked the screenshot in the example and it goes at 8.73 FPS.

Thank you for your help.
Paolo R
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Get Started with GPU Coder finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!