Radar detection, distance estimation and tracking of target objects w.r.t ego vehicle

Please provide suitable pointers / links regarding the support for radar detection framework from CVedia-RT on Nvidia Jetson ORIN GPU platform.

It is noticed that Camera-based vision detection modules are available, though Radar is also intended for deployment on Nvidia target platform

hey @vitaldocs ,

CVEDIA-RT works mainly with electro optical and thermal sensors.

However, if you’re talking about pushing sensor data thru a NN model within CVEDIA-RT, it will depend on how / if we can acquire the sensor data via CVEDIA-RT and if we have support to preprocess and postprocess the model architecture.

This 3 pieces are just plugins that can be built within our system with our open SDK – GitHub - Cvedia/CVEDIA-RT-SDK

Cheers

Hi All,
I have developed a RADAR Object Detection framework using matlab.
This framework is capable of detecting pedestrian objects from the real radar data.
I used Long range radar.
Now My Question is :
can i port this framework OR develop a similar framework for RADAR in Cvedia??

Hi @Bandla_Purushotham_r

As per the previous reply from Rod, there is an open SDK that allows you to extend CVEDIA-RT to run custom models. Have you looked into it?