youngskkim / CRN

[ICCV'23] Official implementation of CRN: Camera Radar Net for Accurate, Robust, Efficient 3D Perception
MIT License
99 stars 15 forks source link

Inference on a video #17

Open adeelajmal2468 opened 2 months ago

adeelajmal2468 commented 2 months ago

Can you also provide the inference code for this please? I want to test how it performs just like in the video. Thankyou!

adeelajmal2468 commented 1 month ago

@youngskkim Please provide the code for video inference or image inference just as shown in the video. I have done the training , evaluation and prediction on it. Just the inference is left where I can load the weights and config file and then visualize the predictions which is being done on the model

youngskkim commented 1 month ago

If you only have a video file, you should split the video into images (for example, using ffmpeg) to run the model. Please make sure that the image and radar points are well synchronized.